]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxXmlResourceHandler.py
Compilation fixes for EMX. Mostly adding includes and declarations that
[wxWidgets.git] / wxPython / demo / wxXmlResourceHandler.py
index 8091c8ba102360285aabdf93dd426b32340817ca..82acf0b73429d39077063da6ee6d63dc86817d68 100644 (file)
@@ -77,7 +77,7 @@ class MyBluePanelXmlHandler(wxXmlResourceHandler):
         # instance, then you can make the handle much simpler.  I'll
         # show both methods below.
 
-        if 0:
+        if 1:
             # The simple method assumes that there is no existing
             # instance.  Be sure of that with an assert.
             assert self.GetInstance() is None