]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/colordlg.h
fixing a few typos, wxAny copy constructor implementation, making wxAnyList available...
[wxWidgets.git] / include / wx / colordlg.h
index 7c36c2b1a71128ec8d74b32d3e3521d6670afb08..2015970c473cfd956393be6cf1d652a4a67faf8f 100644 (file)
@@ -33,7 +33,7 @@
 class WXDLLIMPEXP_FWD_CORE wxColourData;
 
 // get the colour from user and return it
-WXDLLIMPEXP_CORE wxColour wxGetColourFromUser(wxWindow *parent = (wxWindow *)NULL,
+WXDLLIMPEXP_CORE wxColour wxGetColourFromUser(wxWindow *parent = NULL,
                                               const wxColour& colInit = wxNullColour,
                                               const wxString& caption = wxEmptyString,
                                               wxColourData *data = NULL);