From: Mattia Barbon Date: Thu, 18 Oct 2001 20:58:12 +0000 (+0000) Subject: Forgot to commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/deb3ea6a34ff777bfd5e587cca86f35680a28096 Forgot to commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/colour.h b/include/wx/msw/colour.h index d82c1dc1cf..56ef566d85 100644 --- a/include/wx/msw/colour.h +++ b/include/wx/msw/colour.h @@ -30,7 +30,7 @@ public: // implicit conversion from the colour name wxColour( const wxString &colourName ) { InitFromName(colourName); } - wxColour( const char *colourName ) { InitFromName(colourName); } + wxColour( const wxChar *colourName ) { InitFromName(colourName); } // copy ctors and assignment operators