X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f4e928794167715f19a3021d62b7c4f77611694..78b57918f8937a77455beb4ea20a5a50dbd6d629:/wxPython/src/helpers.h diff --git a/wxPython/src/helpers.h b/wxPython/src/helpers.h index 318d202842..3eb8574c22 100644 --- a/wxPython/src/helpers.h +++ b/wxPython/src/helpers.h @@ -152,7 +152,7 @@ bool _2int_seq_helper(PyObject* source, int* i1, int* i2); bool _4int_seq_helper(PyObject* source, int* i1, int* i2, int* i3, int* i4); -PyObject* wxArrayString2PyList_helper(const wxArrayString& app); +PyObject* wxArrayString2PyList_helper(const wxArrayString& arr); #define RETURN_NONE() { Py_INCREF(Py_None); return Py_None; } @@ -288,7 +288,7 @@ struct wxPyCoreAPI { PyObject* (*p_wxPyMake_wxObject)(wxObject* source, bool checkEvtHandler); PyObject* (*p_wxPyMake_wxSizer)(wxSizer* source); void (*p_wxPyPtrTypeMap_Add)(const char* commonName, const char* ptrName); - + PyObject* (*p_wxArrayString2PyList_helper)(const wxArrayString& arr); }; #ifdef wxPyUSE_EXPORT