// Author: David Webster
// Modified by:
// Created: 10/13/99
-// RCS-ID: $Id$
// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
bool operator != (const wxColour& rColour) const { return !(*this == rColour); }
- WXCOLORREF GetPixel(void) const { return m_vPixel; };
+ WXCOLORREF GetPixel(void) const { return m_vPixel; }
private: