]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
Added ability to use xml resource files. Still need to add ability to
[wxWidgets.git] / wxPython / src / helpers.cpp
index d6492ce70ed6b6c522e5c2fb07e8c3aa55acb336..74157b52712eeca545559dfc49889b649dbbe008 100644 (file)
@@ -457,7 +457,7 @@ void wxPyCallback::EventThunker(wxEvent& event) {
     Py_DECREF(tuple);
     if (result) {
         Py_DECREF(result);
-        PyErr_Clear();
+        PyErr_Clear();       // Just in case...
     } else {
         PyErr_Print();
     }