X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46a3848921fc2598572b0db66d418f7098999aa7..08b97268061292f7c3794dae243a6490b23a42f1:/utils/configtool/src/appsettings.h?ds=inline diff --git a/utils/configtool/src/appsettings.h b/utils/configtool/src/appsettings.h index 29fc2da439..8e5328e9d5 100644 --- a/utils/configtool/src/appsettings.h +++ b/utils/configtool/src/appsettings.h @@ -12,10 +12,6 @@ #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; }