]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.h
installer: further preparation
[lyx.git] / src / output_xhtml.h
index e3f8b4ebaab85217fad55f64a2c111f991613f61..ac405cdebd00a880a052d7cb38248ca70e1772d1 100644 (file)
@@ -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.