Semicolon fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8be10866ce
commit
6b99f53e39
@ -95,7 +95,7 @@ public:
|
||||
virtual void HandleAction( const wxString &fn );
|
||||
|
||||
virtual void UpdateControls();
|
||||
|
||||
|
||||
private:
|
||||
// Don't use this implementation at all :-)
|
||||
bool m_bypassGenericImpl;
|
||||
@ -139,7 +139,7 @@ public:
|
||||
:wxGenericFileDialog(parent, message, defaultDir, defaultFile, wildCard, style, pos)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
DECLARE_DYNAMIC_CLASS(wxFileDialog)
|
||||
};
|
||||
@ -294,7 +294,7 @@ protected:
|
||||
wxFileData::fileListFieldType m_sort_field;
|
||||
|
||||
private:
|
||||
DECLARE_DYNAMIC_CLASS(wxFileCtrl);
|
||||
DECLARE_DYNAMIC_CLASS(wxFileCtrl)
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
|
@ -254,7 +254,7 @@ private:
|
||||
void ResizeReportView(bool showHeader);
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
DECLARE_DYNAMIC_CLASS(wxGenericListCtrl);
|
||||
DECLARE_DYNAMIC_CLASS(wxGenericListCtrl)
|
||||
};
|
||||
|
||||
#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)
|
||||
|
Loading…
Reference in New Issue
Block a user