]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/colordlg.h
Added C/wxString array constructors to wxArrayString
[wxWidgets.git] / include / wx / gtk / colordlg.h
index 9db85c55a21aa5977dfbf5300eea1d973a089cb4..3eb2f3afc727322a3f1050101f2cfbe7f6c098e1 100644 (file)
@@ -39,10 +39,11 @@ public:
 protected:
     // implement some base class methods to do nothing to avoid asserts and
     // GTK warnings, since this is not a real wxDialog.
 protected:
     // implement some base class methods to do nothing to avoid asserts and
     // GTK warnings, since this is not a real wxDialog.
-    virtual void DoSetSize(int x, int y,
-                           int width, int height,
-                           int sizeFlags = wxSIZE_AUTO) {}
-    virtual void DoMoveWindow(int x, int y, int width, int height) {}
+    virtual void DoSetSize(int WXUNUSED(x), int WXUNUSED(y),
+                           int WXUNUSED(width), int WXUNUSED(height),
+                           int WXUNUSED(sizeFlags) = wxSIZE_AUTO) {}
+    virtual void DoMoveWindow(int WXUNUSED(x), int WXUNUSED(y),
+                              int WXUNUSED(width), int WXUNUSED(height)) {}
 
     // copy data between the dialog and m_colourData:
     void ColourDataToDialog();
 
     // copy data between the dialog and m_colourData:
     void ColourDataToDialog();