X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/64e8a1f072f09865b57ce399fa4401009e08d314..cc6eca35090e1735e2dde009185476dc80726b97:/wxPython/src/_app.i diff --git a/wxPython/src/_app.i b/wxPython/src/_app.i index e2efaa1c1a..b938ac52ef 100644 --- a/wxPython/src/_app.i +++ b/wxPython/src/_app.i @@ -257,7 +257,7 @@ public: #else %extend { static int GetComCtl32Version() - { PyErr_SetNone(PyExc_NotImplementedError); return 0; } + { wxPyRaiseNotImplemented(); return 0; } } #endif };