git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12068
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// implicit conversion from the colour name
wxColour( const wxString &colourName ) { InitFromName(colourName); }
// 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
// copy ctors and assignment operators