#include "wx/docview.h"
#include "wx/help.h"
+#include "wx/app.h"
#ifdef __WXMSW__
#include "wx/msw/helpchm.h"
ctApp();
/// Destructor.
- ~ctApp();
+ ~ctApp(){};
// Accessors
/// Returns the notebook window.
wxNotebook* GetNotebookWindow() { return m_notebookWindow; }
- /// Returns TRUE if the application should show tooltips.
+ /// Returns true if the application should show tooltips.
virtual bool UsingTooltips();
/// Returns the help controller object for the manual.