X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71ada1a5fbecf774be6cb7ab7421a8f784d6c84c..3c907f1a7faaec6e38553359b96169eabba98e2c:/utils/configtool/src/mainframe.h diff --git a/utils/configtool/src/mainframe.h b/utils/configtool/src/mainframe.h index d6ea7c4a74..f809d477e1 100644 --- a/utils/configtool/src/mainframe.h +++ b/utils/configtool/src/mainframe.h @@ -18,6 +18,9 @@ #include "wx/imaglist.h" #include "wx/docview.h" +#include "wx/notebook.h" + +// #define USE_CONFIG_BROWSER_PAGE class WXDLLEXPORT wxHtmlWindow; class WXDLLEXPORT wxSplitterWindow; @@ -27,7 +30,9 @@ class ctConfigTreeCtrl; class ctPropertyEditor; class ctOutputWindow; class ctFindReplaceDialog; +#ifdef USE_CONFIG_BROWSER_PAGE class ctConfigurationBrowserWindow; +#endif /*! * \brief The main window of the application. @@ -156,7 +161,9 @@ protected: // The control panel for browsing, adding and removing // configurations. +#ifdef USE_CONFIG_BROWSER_PAGE ctConfigurationBrowserWindow* m_configBrowserPage; +#endif ctFindReplaceDialog* m_findDialog; };