From d269b7df728ec562f7fe32f1d882d9d4ee221f53 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 24 Nov 2003 17:27:01 +0000 Subject: [PATCH] Fixed parameter type git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/include/wx/wxPython/wxPython_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/include/wx/wxPython/wxPython_int.h b/wxPython/include/wx/wxPython/wxPython_int.h index b4a7f84750..1487a714ab 100644 --- a/wxPython/include/wx/wxPython/wxPython_int.h +++ b/wxPython/include/wx/wxPython/wxPython_int.h @@ -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); -- 2.50.0