]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/mainframe.h
reversed change
[wxWidgets.git] / utils / configtool / src / mainframe.h
index 9057369d050a3dee8df58e9b6e0e401689aa1b69..d6ea7c4a748c3b93c416b4d633f7a84640380bac 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _AP_MAINFRAME_H_
 #define _AP_MAINFRAME_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "mainframe.cpp"
 #endif
 
@@ -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;
 };