]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/configitemselector.h
fix typo
[wxWidgets.git] / utils / configtool / src / configitemselector.h
index 7946d034ff15b5de3176546316a00941aa2b8be3..80d9950f1bdacda5bbd5bc0be6ac1cb2393b0891 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _CONFIGITEMSELECTOR_H_
 #define _CONFIGITEMSELECTOR_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "configitemselector.cpp"
 #endif
 
@@ -52,7 +52,7 @@ 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();