X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2dc104421c340091342156d6b01f61f1ccff438..5444f3a9445fe30633aef827154ed57656273a35:/wxPython/src/controls.i?ds=inline diff --git a/wxPython/src/controls.i b/wxPython/src/controls.i index 502b4346fc..db14465942 100644 --- a/wxPython/src/controls.i +++ b/wxPython/src/controls.i @@ -30,6 +30,10 @@ MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr); MAKE_CONST_WXSTRING_NOSWIG(EmptyString); MAKE_CONST_WXSTRING_NOSWIG(ControlNameStr); +%{ + const wxArrayString wxPyEmptyStringArray; +%} + // Include all the files that make up this module