Semicolon fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-02-08 12:37:49 +00:00
parent 8be10866ce
commit 6b99f53e39
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ public:
virtual void HandleAction( const wxString &fn ); virtual void HandleAction( const wxString &fn );
virtual void UpdateControls(); virtual void UpdateControls();
private: private:
// Don't use this implementation at all :-) // Don't use this implementation at all :-)
bool m_bypassGenericImpl; bool m_bypassGenericImpl;
@@ -139,7 +139,7 @@ public:
:wxGenericFileDialog(parent, message, defaultDir, defaultFile, wildCard, style, pos) :wxGenericFileDialog(parent, message, defaultDir, defaultFile, wildCard, style, pos)
{ {
} }
private: private:
DECLARE_DYNAMIC_CLASS(wxFileDialog) DECLARE_DYNAMIC_CLASS(wxFileDialog)
}; };
@@ -294,7 +294,7 @@ protected:
wxFileData::fileListFieldType m_sort_field; wxFileData::fileListFieldType m_sort_field;
private: private:
DECLARE_DYNAMIC_CLASS(wxFileCtrl); DECLARE_DYNAMIC_CLASS(wxFileCtrl)
DECLARE_EVENT_TABLE() DECLARE_EVENT_TABLE()
}; };

View File

@@ -254,7 +254,7 @@ private:
void ResizeReportView(bool showHeader); void ResizeReportView(bool showHeader);
DECLARE_EVENT_TABLE() DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxGenericListCtrl); DECLARE_DYNAMIC_CLASS(wxGenericListCtrl)
}; };
#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__) #if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)