X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c368d904fc27d35ae1e533155e2154dc496432e4..c67d60484ba5ad5f4ccc6739d29a0fcf23d20199:/wxPython/src/helpers.h diff --git a/wxPython/src/helpers.h b/wxPython/src/helpers.h index 5030715b3e..dcc6fb1aea 100644 --- a/wxPython/src/helpers.h +++ b/wxPython/src/helpers.h @@ -214,7 +214,7 @@ public: wxPyCallbackHelper(const wxPyCallbackHelper& other); - void setSelf(PyObject* self, PyObject* _class, int incref=TRUE); + void setSelf(PyObject* self, PyObject* klass, int incref=TRUE); bool findCallback(const wxString& name) const; int callCallback(PyObject* argTuple) const;