From 265e0ecf30af56e6442b82aeb63c074ebda03e82 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 31 Jul 2008 10:23:14 +0000 Subject: [PATCH] wxColour is implemented using CoreGraphics git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/colour.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/wx/osx/colour.h b/include/wx/osx/colour.h index 0a0d1c4d57..408625476d 100644 --- a/include/wx/osx/colour.h +++ b/include/wx/osx/colour.h @@ -1,5 +1 @@ -#ifdef __WXMAC_CLASSIC__ -#include "wx/osx/classic/colour.h" -#else -#include "wx/osx/carbon/colour.h" -#endif +#include "wx/osx/core/colour.h" -- 2.45.2