#include "wx/object.h"
// Colour
-class WXDLLEXPORT wxColour: public wxColourBase
+class WXDLLIMPEXP_CORE wxColour: public wxColourBase
{
public:
// constructors
// ------------
-
- // default
- wxColour();
DEFINE_STD_WXCOLOUR_CONSTRUCTORS
// Copy ctors and assignment operators
bool operator != (const wxColour& rColour) const { return !(*this == rColour); }
- WXCOLORREF GetPixel(void) const { return m_vPixel; };
+ WXCOLORREF GetPixel(void) const { return m_vPixel; }
private: