]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/msw/utils.cpp
I seem to have fixed the DeleteSubGroups() bug - PLEASE CHECK!
[wxWidgets.git] / utils / wxPython / src / msw / utils.cpp
index f85b8a7d5f46209556910a8872333807beb1fc1e..83754c47ecbb9eada5cb918224aebc065ed0d7ab 100644 (file)
@@ -115,6 +115,10 @@ extern wxAcceleratorEntry* wxAcceleratorEntry_LIST_helper(PyObject* source);
 
 static char* wxStringErrorMsg = "string type is required for parameter";
 
+#ifdef SEPARATE
+    static wxString wxPyEmptyStr("");
+#endif
+
     static PyObject* __EnumerationHelper(bool flag, wxString& str, long index) {
         PyObject* ret = PyTuple_New(3);
         if (ret) {