]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextxml.h
fix typo (missing P2 argument in template)
[wxWidgets.git] / interface / wx / richtext / richtextxml.h
index f469e5401ab0cbc17c3a1ed2f9ed3b2e66f608d5..69c812b3b39b35226d199f7289bd2226c432823d 100644 (file)
@@ -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.