]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/clrpicker.h
even more interface fixes
[wxWidgets.git] / interface / wx / clrpicker.h
index 986f56b2cb69e4a8f58b93e577cb8ef4a212fc11..af52b96cc4fcce13293fbec2f4e9700fe2d7bfc3 100644 (file)
@@ -50,7 +50,7 @@ public:
         Initializes the object and calls Create() with all the parameters.
     */
     wxColourPickerCtrl(wxWindow* parent, wxWindowID id,
-                       const wxColour& colour = wxBLACK,
+                       const wxColour& colour = *wxBLACK,
                        const wxPoint& pos = wxDefaultPosition,
                        const wxSize& size = wxDefaultSize,
                        long style = wxCLRP_DEFAULT_STYLE,
@@ -81,7 +81,7 @@ public:
                 creation failed.
     */
     bool Create(wxWindow* parent, wxWindowID id,
-                const wxColour& colour = wxBLACK,
+                const wxColour& colour = *wxBLACK,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 long style = wxCLRP_DEFAULT_STYLE,