typo fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-07 23:59:35 +00:00
parent b8400a3a9d
commit db7239958f
2 changed files with 3 additions and 4 deletions

View File

@@ -1828,7 +1828,7 @@ extern wxPyApp *wxPythonApp;
ro = wxPyCBH_callCallbackObj(m_myInst, Py_BuildValue("(OO)", \
obj, s)); \
if (ro) { \
wxPyConvertSwigPtr(ro, (void **)&rval, wxT("wxFSFILE")); \
wxPyConvertSwigPtr(ro, (void **)&rval, wxT("wxFSFile")); \
Py_DECREF(ro); \
} \
Py_DECREF(obj); \