]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/mainframe.h
Fixed compile error (seen on OS/2).
[wxWidgets.git] / utils / configtool / src / mainframe.h
index 9057369d050a3dee8df58e9b6e0e401689aa1b69..9ad6366a866747f86e84e2cfb942e454bd07faae 100644 (file)
@@ -27,6 +27,7 @@ class ctConfigTreeCtrl;
 class ctPropertyEditor;
 class ctOutputWindow;
 class ctFindReplaceDialog;
+class ctConfigurationBrowserWindow;
 
 /*!
  * \brief The main window of the application.
@@ -153,6 +154,10 @@ protected:
     ctOutputWindow*         m_setupPage;
     ctOutputWindow*         m_configurePage;
 
+    // The control panel for browsing, adding and removing
+    // configurations.
+    ctConfigurationBrowserWindow*   m_configBrowserPage;
+
     ctFindReplaceDialog*    m_findDialog;
 };