#include "wx/notebook.h"
#include "wx/dialog.h"
#include "wx/datetime.h"
-#include "wx/wave.h"
#include "wxconfigtool.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; }