]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/docview.py
compilation fix after removing wxImage(wxImage *) ctor
[wxWidgets.git] / wxPython / wx / lib / docview.py
index 2c47b8d0cbf50db0f776a34639ae0e4a51e264de..dff329174c3d4e2f39fd6c21cc1c570c89c24f62 100644 (file)
@@ -2896,7 +2896,7 @@ class DocPrintout(wx.Printout):
         """
         Not quite sure why this was overridden, but it was in wxWindows! :)
         """
-        if not wx.Printout.base_OnBeginDocument(self, startPage, endPage):
+        if not wx.Printout.OnBeginDocument(self, startPage, endPage):
             return False
         return True