]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_app.i
Force integer values for positions and sizes
[wxWidgets.git] / wxPython / src / _app.i
index e2efaa1c1a5aaebcc1bc1344d49e1362c79f2e51..b938ac52ef5ed84fcbcfde6a20bf58461068aa7e 100644 (file)
@@ -257,7 +257,7 @@ public:
 #else
     %extend {
         static int GetComCtl32Version()
-            { PyErr_SetNone(PyExc_NotImplementedError); return 0; }
+            { wxPyRaiseNotImplemented(); return 0; }
     }
 #endif
 };