X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7722248d7510121367c9d4db7af1156197c26e82..1f443284e1584947ef9007f4c8a055121effa366:/wxPython/src/gdi.i diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index c622181a4f..117e370581 100644 --- a/wxPython/src/gdi.i +++ b/wxPython/src/gdi.i @@ -18,7 +18,6 @@ #include "wx/wxPython/wxPython.h" #include "wx/wxPython/pyclasses.h" - DECLARE_DEF_STRING(EmptyString); %} //--------------------------------------------------------------------------- @@ -26,13 +25,14 @@ %import core.i %pythoncode { wx = core } +%include _gdi_rename.i -// Include all the files that make up this module -%include _gdi_rename.i +MAKE_CONST_WXSTRING_NOSWIG(EmptyString); -// GDI +// Include all the files that make up this module + %include _gdiobj.i %include _colour.i %include _palette.i