]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmlpars.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / html / htmlpars.h
index 0bdd74f2855a8d0f9a4a13890775466dc5071b3d..d5359ec8c17fdc0a8051f1d3eac6b076c11ac479 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        html/htmlpars.h
 // Purpose:     interface of wxHtmlTagHandler
 // Author:      wxWidgets team
 // Name:        html/htmlpars.h
 // Purpose:     interface of wxHtmlTagHandler
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -72,8 +71,10 @@ public:
 
     /**
        Returns the parser associated with this tag handler.
 
     /**
        Returns the parser associated with this tag handler.
+
+       @since 2.9.5
     */
     */
-    virtual wxHtmlParser* GetParser() const;
+    wxHtmlParser* GetParser() const;
 
 
 protected:
 
 
 protected: