]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/colour.h
added missing WXDLLIMPEXP_CORE
[wxWidgets.git] / include / wx / colour.h
index b66b9b3608a2185198424a5dbae3fdd72febbde2..14020d84f345033a2e3eb35ad788dd1a7f02724f 100644 (file)
@@ -27,7 +27,9 @@ class WXDLLEXPORT wxColour;
               ChannelType alpha = wxALPHA_OPAQUE )                            \
         { Set(red, green, blue, alpha); }                                     \
     wxColour( unsigned long colRGB ) { Set(colRGB); }                         \
-    wxColour(const wxString& colourName) { Set(colourName); }
+    wxColour(const wxString& colourName) { Set(colourName); }                 \
+    wxColour(const char *colourName) { Set(colourName); }                     \
+    wxColour(const wchar_t *colourName) { Set(colourName); }
 
 
 // flags for wxColour -> wxString conversion (see wxColour::GetAsString)