moved a typedef

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-10-02 05:33:52 +00:00
parent 7e2835ea61
commit f59dec27fb
2 changed files with 1 additions and 1 deletions

View File

@@ -24,7 +24,6 @@ ITEMS = [ 'wxPrinterDC', ]
def run():
# Parse the XML file(s) building a collection of Extractor objects
module = etgtools.ModuleDef(PACKAGE, MODULE, NAME, DOCSTRING)
module.items.append(etgtools.TypedefDef(type='int', name='wxPrintQuality'))
etgtools.parseDoxyXML(module, ITEMS)

View File

@@ -53,6 +53,7 @@ def run():
module.insertItemAfter(td, etgtools.TypedefDef(type='wchar_t', name='wxChar'))
module.insertItemAfter(td, etgtools.TypedefDef(type='unsigned int', name='size_t'))
module.insertItemAfter(td, etgtools.TypedefDef(type='long', name='time_t'))
module.insertItemAfter(td, etgtools.TypedefDef(type='int', name='wxPrintQuality'))
# Forward declarations for classes that are referenced but not defined