Added m_ prefix to wxColourData and wxFontData members for consistency.
Fixed some typos in comments. Fixed wizard constructor doc. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -569,7 +569,7 @@ public:
|
||||
virtual wxString GetHistoryFile(size_t i) const;
|
||||
virtual size_t GetCount() const { return m_fileHistoryN; }
|
||||
|
||||
wxList& GetMenus() const { return (wxList&) m_fileMenus; }
|
||||
const wxList& GetMenus() const { return m_fileMenus; }
|
||||
|
||||
// deprecated, use GetCount() instead
|
||||
wxDEPRECATED( size_t GetNoHistoryFiles() const );
|
||||
|
Reference in New Issue
Block a user