X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e58eb5674cfac859568c9a4b1030012e1f0eb64..52f52ebc4e0be6a9899d328b08db9eb14629d219:/wxPython/src/core.i?ds=sidebyside diff --git a/wxPython/src/core.i b/wxPython/src/core.i index a41427188f..be891ef234 100644 --- a/wxPython/src/core.i +++ b/wxPython/src/core.i @@ -44,18 +44,16 @@ wx = _sys.modules[__name__] #endif -//--------------------------------------------------------------------------- -%{ - DECLARE_DEF_STRING(EmptyString); -// DECLARE_DEF_STRING(PanelNameStr); -%} //--------------------------------------------------------------------------- // Include all the files that make up the core module // wxObject, functions and other base stuff %include _defs.i + +MAKE_CONST_WXSTRING(EmptyString); + %include _obj.i %include _gdicmn.i %include _streams.i