X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afc515904461bec3733682252de9eb1b01af1fe4..2934005d7daecb4343b394d9faabc86c8d04dca2:/utils/configtool/src/appsettings.h diff --git a/utils/configtool/src/appsettings.h b/utils/configtool/src/appsettings.h index c702d663a1..d8cff05889 100644 --- a/utils/configtool/src/appsettings.h +++ b/utils/configtool/src/appsettings.h @@ -12,14 +12,13 @@ #ifndef _AP_APPSETTINGS_H_ #define _AP_APPSETTINGS_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "appsettings.cpp" #endif #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; }