]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/appsettings.h
Use native printing dialog for wxPrintDialog,
[wxWidgets.git] / utils / configtool / src / appsettings.h
index 29fc2da43939615f0f273748706a59fae63fe41d..d8cff058891d9c74c5774dec9f2d8e577336e180 100644 (file)
@@ -43,7 +43,7 @@ public:
     ctSettings(const ctSettings& settings);
 
     /// Destructor.
-    ~ctSettings();
+    ~ctSettings(){};
 
 // Operations
 
@@ -81,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; }