X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71ada1a5fbecf774be6cb7ab7421a8f784d6c84c..5c60e84569e7646f091a60c14ac2f4c54b100d8a:/utils/configtool/src/configitemselector.h diff --git a/utils/configtool/src/configitemselector.h b/utils/configtool/src/configitemselector.h index b2dc557b28..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,10 +49,10 @@ class ctConfigItem; */ class ctConfigItemsSelector: public wxDialog -{ +{ public: /// Constructor - ctConfigItemsSelector( wxWindow* parent, wxWindowID id = -1, const wxString& caption = _("Configuration Items Selector"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU ); + ctConfigItemsSelector( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& caption = _("Configuration Items Selector")); /// Creates the controls and sizers void CreateControls();