X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31811e1acaf3dd16403b94f5ff93c41e4e4ca9bb..0e1399b3929661889071bb0e0f77d440b8d69b98:/include/wx/gtk/colour.h?ds=inline diff --git a/include/wx/gtk/colour.h b/include/wx/gtk/colour.h index 72d724cab1..ff686d2e06 100644 --- a/include/wx/gtk/colour.h +++ b/include/wx/gtk/colour.h @@ -4,7 +4,7 @@ // Author: Robert Roebling // Id: $Id$ // Copyright: (c) 1998 Robert Roebling -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -50,7 +50,6 @@ public: // copy ctors and assignment operators wxColour( const wxColour& col ); - wxColour( const wxColour* col ); wxColour& operator = ( const wxColour& col ); // dtor @@ -59,7 +58,7 @@ public: // comparison bool operator == ( const wxColour& col ); bool operator != ( const wxColour& col ); - + // accessors void Set( unsigned char red, unsigned char green, unsigned char blue ); unsigned char Red() const;