The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 7f123b8610101c389cc82ef8cd65d4bcbce7dbf1 Author: Vincent van Ravesteijn <[email protected]> Date: Tue May 14 13:56:31 2013 +0200 Fix MSVC warnings diff --git a/src/output_xhtml.h b/src/output_xhtml.h index e3f8b4e..ac405cd 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. ----------------------------------------------------------------------- Summary of changes: src/output_xhtml.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- The LyX Source Repository
