Fixed parameter type

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2003-11-24 17:27:01 +00:00
parent dec9fa491d
commit d269b7df72

View File

@ -103,7 +103,7 @@ PyObject* wxPyConstructObject(void* ptr,
int setThisOwn=0);
bool wxPyConvertSwigPtr(PyObject* obj, void **ptr,
const wxChar* className);
PyObject* wxPyMakeSwigPtr(void* ptr, const char* classname);
PyObject* wxPyMakeSwigPtr(void* ptr, const wxChar* classname);
PyObject* wx2PyString(const wxString& src);