X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f663107ff159d56404c5a0a84170a4a85fffd1a..b91c4601f2cc8fab375dc49a0a1222d58065cfdb:/interface/wx/richtext/richtextprint.h diff --git a/interface/wx/richtext/richtextprint.h b/interface/wx/richtext/richtextprint.h index b47311c78f..df41065a0e 100644 --- a/interface/wx/richtext/richtextprint.h +++ b/interface/wx/richtext/richtextprint.h @@ -201,17 +201,17 @@ public: /** Returns @true if the given page exists in the printout. */ - bool HasPage(int page); + virtual bool HasPage(int page); /** Prepares for printing, laying out the buffer and calculating pagination. */ - void OnPreparePrinting(); + virtual void OnPreparePrinting(); /** Does the actual printing for this page. */ - bool OnPrintPage(int page); + virtual bool OnPrintPage(int page); /** Sets the header and footer data associated with the printout.