// Name: html/htmlpars.h
// Purpose: interface of wxHtmlTagHandler
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
Returns the parser associated with this tag handler.
+
+ @since 2.9.5
*/
- virtual wxHtmlParser* GetParser() const;
+ wxHtmlParser* GetParser() const;
protected: