Fix MSVC warnings

This commit is contained in:
Vincent van Ravesteijn 2013-05-14 13:56:31 +02:00
parent c02c03ce81
commit 7f123b8610

View 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.