From 6371dc5ddc3574e600074decf31308e22e8043ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 1 Aug 2007 14:43:14 +0000 Subject: [PATCH] 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 --- include/wx/gtk/colour.h | 1 - 1 file changed, 1 deletion(-) 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;