]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/appsettings.h
Resize all top level windows when SIP changes visibility.
[wxWidgets.git] / utils / configtool / src / appsettings.h
index 29fc2da43939615f0f273748706a59fae63fe41d..8e5328e9d5e35cefe9dc3c85a6ddfead14ae374f 100644 (file)
 #ifndef _AP_APPSETTINGS_H_
 #define _AP_APPSETTINGS_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "appsettings.cpp"
-#endif
-
 #include "wx/notebook.h"
 #include "wx/dialog.h"
 #include "wx/datetime.h"
@@ -43,7 +39,7 @@ public:
     ctSettings(const ctSettings& settings);
 
     /// Destructor.
-    ~ctSettings();
+    ~ctSettings(){};
 
 // Operations
 
@@ -81,7 +77,7 @@ public:
     /// May not be needed in this application.
     wxString& GetLastFilename() { return m_lastFilename; }
 
-    /// Returns TRUE if this is the first time the application
+    /// Returns true if this is the first time the application
     /// has been run.
     bool GetFirstTimeRun() const { return m_firstTimeRun; }