]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/gdi.cpp
Added wxFileName.
[wxWidgets.git] / wxPython / src / gtk / gdi.cpp
index d3a05f8053119a79d04d6510bb36a874ce0de99b..d5215f9bb946cd1c1046d43bba9055ab3da99aba 100644 (file)
@@ -109,6 +109,8 @@ static PyObject* t_output_helper(PyObject* target, PyObject* o) {
 }
 
 static char* wxStringErrorMsg = "string type is required for parameter";
+
+    static wxString wxPyEmptyStr("");
                               // Alternate 'constructor'
     wxBitmap* wxEmptyBitmap(int width, int height, int depth=-1) {
         return new wxBitmap(width, height, depth);