]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/wxconfigtool.h
Corrected InsertColumnItem name
[wxWidgets.git] / utils / configtool / src / wxconfigtool.h
index c1afc994f3bf307741a25b3c68934ca70c126518..4a1e57fce9d4eab2ebd1f46799f77539d712a57a 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "wx/docview.h"
 #include "wx/help.h"
+#include "wx/app.h"
 
 #ifdef __WXMSW__
 #include "wx/msw/helpchm.h"
@@ -43,7 +44,7 @@ public:
     ctApp();
 
     /// Destructor.
-    ~ctApp();
+    ~ctApp(){};
 
 // Accessors
 
@@ -62,7 +63,7 @@ public:
     /// 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.