X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_xhtml.h;h=76f7bd98de7dc3e9653b0f52be7b6d634f350a57;hb=ca6fba31fbc44e4b4ed6457b16f3f0d2ee28b7f0;hp=e3f8b4ebaab85217fad55f64a2c111f991613f61;hpb=8b858d113fa50992d0e3d2dd175434dfce75a95f;p=lyx.git diff --git a/src/output_xhtml.h b/src/output_xhtml.h index e3f8b4ebaa..76f7bd98de 100644 --- a/src/output_xhtml.h +++ b/src/output_xhtml.h @@ -31,8 +31,8 @@ class Text; namespace html { -class FontTag; -class EndFontTag; +struct FontTag; +struct EndFontTag; /// Attributes will be escaped automatically and so should NOT /// be escaped before being passed to the constructor. @@ -45,7 +45,7 @@ struct StartTag bool keepempty = false) : tag_(tag), attr_(attr), keepempty_(keepempty) {} /// - ~StartTag() {} + virtual ~StartTag() {} /// virtual docstring writeTag() const; ///