]> git.saurik.com Git - wxWidgets.git/commitdiff
Forgot to commit
authorMattia Barbon <mbarbon@cpan.org>
Thu, 18 Oct 2001 20:58:12 +0000 (20:58 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 18 Oct 2001 20:58:12 +0000 (20:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/colour.h

index d82c1dc1cf3a13f61f1dc4b7d5d9024ade7d3904..56ef566d8585c1c629674291e8d9c5681d04469b 100644 (file)
@@ -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