]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/propeditor.h
Ran bakefile -f autoconf and autoconf.
[wxWidgets.git] / utils / configtool / src / propeditor.h
index 4ebf1f4dd8a548b452066073454adbc736415fa5..5641b4efb74d11e0b67ba7dcaabec910d4390c8e 100644 (file)
 #ifndef _CT_PROPEDITOR_H_
 #define _CT_PROPEDITOR_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "propeditor.cpp"
-#endif
-
 #include "wx/splitter.h"
 #include "wx/grid.h"
 
@@ -35,7 +31,7 @@ class ctPropertyEditor: public wxPanel
     DECLARE_CLASS(ctPropertyEditor)
   public:
     ctPropertyEditor(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style);
-    ~ctPropertyEditor();
+    ~ctPropertyEditor(){};
 
 // Event handlers
 
@@ -216,7 +212,7 @@ public:
         const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize,
         long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
-    
+
     bool AddControls(wxWindow* parent, const wxString& msg);
 
     wxString GetText() const { return m_text; }
@@ -231,7 +227,7 @@ private:
  * Special-purpose splitter window for changing sash look and
  * also saving sash width
  */
+
 class ctSplitterWindow: public wxSplitterWindow
 {
 public: