]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/colour.h
no message
[wxWidgets.git] / include / wx / gtk1 / colour.h
index 77e4155350d8447ca57fdb60cf651ce90c8a8833..72d724cab13b8b7aa40f102efedba4ed58dbe09c 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        colour.h
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $id$
+// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -43,7 +43,7 @@ public:
     // default
   wxColour();
     // from RGB
-  wxColour( char red, char green, char blue );
+  wxColour( unsigned char red, unsigned char green, unsigned char blue );
     // implicit conversion from the colour name
   wxColour( const wxString &colourName ) { InitFromName(colourName); }
   wxColour( const char *colourName ) { InitFromName(colourName); }