]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed linking with visibility enable on Ubuntu and some other systems (any gcc 4...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 1 Aug 2007 14:43:14 +0000 (14:43 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 1 Aug 2007 14:43:14 +0000 (14:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/colour.h

index 88ac82e6882359572f53bdee086d50ac3ca55e54..863cb4663c644aa58d051dbbf1c8fdaa4f3e7ef6 100644 (file)
@@ -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;