]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.h
Corrections and additions to the wxODBC docs
[wxWidgets.git] / wxPython / src / helpers.h
index 5030715b3e5817bbaea46e723005cf7073c557fe..dcc6fb1aea2380a956e4279e004287e877015993 100644 (file)
@@ -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;