]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/appsettings.h
Changed version number
[wxWidgets.git] / utils / configtool / src / appsettings.h
index 6ca8c42b891d2c82595b435011209dfc203fa810..d8cff058891d9c74c5774dec9f2d8e577336e180 100644 (file)
@@ -19,7 +19,6 @@
 #include "wx/notebook.h"
 #include "wx/dialog.h"
 #include "wx/datetime.h"
-#include "wx/wave.h"
 
 #include "wxconfigtool.h"
 
@@ -44,7 +43,7 @@ public:
     ctSettings(const ctSettings& settings);
 
     /// Destructor.
-    ~ctSettings();
+    ~ctSettings(){};
 
 // Operations
 
@@ -82,7 +81,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; }