From e8f5bc9b5c809d98fb9badb7c4783f59f08a038c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 20 Oct 2006 08:43:39 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/graphics.h b/include/wx/graphics.h index 1f6a81f733..32ee35228f 100755 --- a/include/wx/graphics.h +++ b/include/wx/graphics.h @@ -263,7 +263,7 @@ public: #endif class WXDLLEXPORT wxGCDC: -#idef __WXMAC__ +#ifdef __WXMAC__ public wxDCBase #else public wxDC