#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"
ctSettings(const ctSettings& settings);
/// Destructor.
- ~ctSettings();
+ ~ctSettings(){};
// Operations
/// 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; }