mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
Add back a semi-colon that got lost somehow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -67,7 +67,7 @@ def run():
|
||||
wxVector<wxSharedPtr<wxWebViewHistoryItem> > vector = self->{method}();
|
||||
for (size_t idx=0; idx < vector.size(); idx++) {{
|
||||
PyObject* obj;
|
||||
wxWebViewHistoryItem* item = new wxWebViewHistoryItem(*vector[idx].get())
|
||||
wxWebViewHistoryItem* item = new wxWebViewHistoryItem(*vector[idx].get());
|
||||
obj = wxPyConstructObject((void*)item, "wxWebViewHistoryItem", true);
|
||||
PyList_Append(result, obj);
|
||||
Py_DECREF(obj);
|
||||
|
||||
Reference in New Issue
Block a user