From 7f123b8610101c389cc82ef8cd65d4bcbce7dbf1 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Tue, 14 May 2013 13:56:31 +0200 Subject: [PATCH] Fix MSVC warnings --- src/output_xhtml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/output_xhtml.h b/src/output_xhtml.h index e3f8b4ebaa..ac405cdebd 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.