From: Václav Slavík Date: Wed, 1 Aug 2007 14:43:14 +0000 (+0000) Subject: fixed linking with visibility enable on Ubuntu and some other systems (any gcc 4... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6371dc5ddc3574e600074decf31308e22e8043ce?ds=inline fixed linking with visibility enable on Ubuntu and some other systems (any gcc 4.2 amd64?) by removing superfluous virtual wxColour::Ok() (already in wxColourBase) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/colour.h b/include/wx/gtk/colour.h index 88ac82e688..863cb4663c 100644 --- a/include/wx/gtk/colour.h +++ b/include/wx/gtk/colour.h @@ -27,7 +27,6 @@ public: virtual ~wxColour(); - bool Ok() const { return IsOk(); } bool IsOk() const { return m_refData != NULL; } bool operator == ( const wxColour& col ) const;