reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-02-13 21:30:56 +00:00
parent 1b35fec738
commit c3eb6258e8
6 changed files with 288 additions and 2 deletions

View File

@@ -1929,7 +1929,7 @@ static PyObject *_wrap_Pen___eq__(PyObject *self, PyObject *args, PyObject *kwar
}
{
PyThreadState* __tstate = wxPyBeginAllowThreads();
result = (bool)((wxPen const *)arg1)->operator ==((wxPen const &)*arg2);
result = (bool)(arg1)->operator ==((wxPen const &)*arg2);
wxPyEndAllowThreads(__tstate);
if (PyErr_Occurred()) SWIG_fail;