X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..2a8312bced9d3f3415383a79a15cad2acf447b7e:/interface/wx/richtext/richtextxml.h diff --git a/interface/wx/richtext/richtextxml.h b/interface/wx/richtext/richtextxml.h index f469e5401a..69c812b3b3 100644 --- a/interface/wx/richtext/richtextxml.h +++ b/interface/wx/richtext/richtextxml.h @@ -8,7 +8,6 @@ /** @class wxRichTextXMLHandler - @headerfile richtextxml.h wx/richtext/richtextxml.h A handler for loading and saving content in an XML format specific to wxRichTextBuffer. You can either add the handler to the buffer @@ -31,12 +30,12 @@ public: /** Returns @true. */ - bool CanLoad() const; + virtual bool CanLoad() const; /** Returns @true. */ - bool CanSave() const; + virtual bool CanSave() const; /** Creates XML code for a given character or paragraph style.