Specify that RunScript's output parameter is an output parameter :-)

This commit is contained in:
Robin Dunn
2018-02-13 17:17:04 -08:00
parent ab42884c58
commit 810a862d4c

View File

@@ -73,6 +73,8 @@ def run():
c.find('RegisterFactory').setCppCode_sip(
"wxWebView::RegisterFactory(*backend, wxSharedPtr<wxWebViewFactory>(factory));")
c.find('RunScript.output').out = True
# Custom code to deal with the
# wxVector<wxSharedPtr<wxWebViewHistoryItem>> return type of these two