From 5d3107f69df17559893fe5c9d87b75cf85a5c970 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 22 Mar 2013 01:29:40 +0000 Subject: [PATCH] Add #include of htmllbox.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etg/htmllbox.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etg/htmllbox.py b/etg/htmllbox.py index 24b9a495..638952d6 100644 --- a/etg/htmllbox.py +++ b/etg/htmllbox.py @@ -31,6 +31,9 @@ def run(): #----------------------------------------------------------------- # Tweak the parsed meta objects in the module object as needed for # customizing the generated code and docstrings. + + module.addHeaderCode("#include ") + c = module.find('wxHtmlListBox') assert isinstance(c, etgtools.ClassDef)