X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e0c87227cf6b6215d169985d2bb5d2421a74512..35095c028d472a2d0b9607a9430a468765a16e3f:/wxPython/src/windows.i diff --git a/wxPython/src/windows.i b/wxPython/src/windows.i index 33e3d5dca1..4510c4f996 100644 --- a/wxPython/src/windows.i +++ b/wxPython/src/windows.i @@ -19,9 +19,6 @@ #include "wx/wxPython/wxPython.h" #include "wx/wxPython/pyclasses.h" - DECLARE_DEF_STRING(PanelNameStr); - DECLARE_DEF_STRING(EmptyString); - %} //--------------------------------------------------------------------------- @@ -32,6 +29,10 @@ %include _windows_rename.i +MAKE_CONST_WXSTRING_NOSWIG(EmptyString); +MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr); + + // Include all the files that make up this module %include _panel.i %include _toplvl.i