]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/colour.h
gave default parameters for wxBrush() ctor from wxColour (this is what is used in...
[wxWidgets.git] / include / wx / os2 / colour.h
index b82c55433e3c0b653de840d908960ff411cf3b08..e706844681353f08e3177b5f7b42fb7476f47c15 100644 (file)
@@ -35,6 +35,8 @@ public:
              ,unsigned char cBlue
             );
 
+    wxColour( unsigned long colRGB ) { Set(colRGB); }
+
     //
     // Implicit conversion from the colour name
     //