mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Mark wxXmlSubclassFactory::Create as a factory function
This commit is contained in:
@@ -166,7 +166,7 @@ def run():
|
||||
MethodDef(name='wxXmlSubclassFactory', isCtor=True),
|
||||
MethodDef(name='~wxXmlSubclassFactory', isDtor=True),
|
||||
MethodDef(name='Create', type='wxObject*',
|
||||
isVirtual=True, isPureVirtual=True,
|
||||
isVirtual=True, isPureVirtual=True, factory=True,
|
||||
items=[ParamDef(type='const wxString&', name='className')])
|
||||
])
|
||||
module.addItem(cls)
|
||||
|
||||
Reference in New Issue
Block a user