#ifndef _WX_COLOUR_H_
#define _WX_COLOUR_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "colour.h"
#endif
m_green == colour.m_green &&
m_blue == colour.m_blue);
}
- bool operator != (const wxColour& colour) { return !(*this == colour); }
+ bool operator != (const wxColour& colour) const { return !(*this == colour); }
void InitFromName(const wxString& col);