]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/configtoolview.h
Regenerate Makefile.in, configure and the VC++ project files after adding rcdefs.h
[wxWidgets.git] / utils / configtool / src / configtoolview.h
index ead6ab767c63cbe85f51aeb0ba1977289733a4ef..dde015e2ace26651bf02e5d45b092e3c550d7bea 100644 (file)
 #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);