Forgot to commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2001-10-18 20:58:12 +00:00
parent 79f1bf32d7
commit deb3ea6a34

View 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