X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d9ab621ea2513f623f3f7c1699648f189e37be3f..08b97268061292f7c3794dae243a6490b23a42f1:/utils/configtool/src/configitemselector.h?ds=inline diff --git a/utils/configtool/src/configitemselector.h b/utils/configtool/src/configitemselector.h index 80d9950f1b..6f1f9583f7 100644 --- a/utils/configtool/src/configitemselector.h +++ b/utils/configtool/src/configitemselector.h @@ -12,15 +12,15 @@ #ifndef _CONFIGITEMSELECTOR_H_ #define _CONFIGITEMSELECTOR_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "configitemselector.cpp" -#endif - /*! * Includes */ ////@begin includes + +#include "wx/intl.h" +#include "wx/dialog.h" + ////@end includes /*! @@ -49,7 +49,7 @@ class ctConfigItem; */ class ctConfigItemsSelector: public wxDialog -{ +{ public: /// Constructor ctConfigItemsSelector( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& caption = _("Configuration Items Selector"));