From c12014018b5ba03ed1a97091d0df7a0d7bc9ed7b Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 23 Jan 2004 21:26:34 +0000 Subject: [PATCH] Fixed another SWIG warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_dataobj.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_dataobj.i b/wxPython/src/_dataobj.i index cf61d882e3..7a52a47305 100644 --- a/wxPython/src/_dataobj.i +++ b/wxPython/src/_dataobj.i @@ -424,7 +424,7 @@ public: //--------------------------------------------------------------------------- -#if !defined(__WXGTK__) && !defined(__WXX11__) +#if defined(__WXMSW__) || defined(__WXMAC__) %{ #include -- 2.47.2