]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/colour.h
Resize fine tuning
[wxWidgets.git] / include / wx / gtk / colour.h
index da8e9ee208090053d3560ed86886821bfa269b9e..72d724cab13b8b7aa40f102efedba4ed58dbe09c 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        colour.h
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -44,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); }