X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fe30bceff0445f540e639d2b6d3977d56b34020..08b97268061292f7c3794dae243a6490b23a42f1:/utils/configtool/src/configtoolview.h diff --git a/utils/configtool/src/configtoolview.h b/utils/configtool/src/configtoolview.h index ead6ab767c..dde015e2ac 100644 --- a/utils/configtool/src/configtoolview.h +++ b/utils/configtool/src/configtoolview.h @@ -12,10 +12,6 @@ #ifndef _CT_CONFIGTOOLVIEW_H_ #define _CT_CONFIGTOOLVIEW_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "configtoolview.cpp" -#endif - #include "wx/docview.h" #include "wx/treectrl.h" #include "wx/fdrepdlg.h" @@ -33,9 +29,9 @@ class ctConfigToolView: public wxView { DECLARE_DYNAMIC_CLASS(ctConfigToolView) public: - ctConfigToolView(); - ~ctConfigToolView() {}; - + ctConfigToolView(){}; + ~ctConfigToolView(){}; + //// Overrides bool OnCreate(wxDocument *doc, long flags); @@ -248,7 +244,7 @@ public: // constructors and destructors ctFindReplaceDialog( wxWindow* parent, const wxString& title, long style = 0 ); - + void OnFind(wxFindDialogEvent& event); void OnClose(wxFindDialogEvent& event);