mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Fix MSVC warnings
This commit is contained in:
parent
c02c03ce81
commit
7f123b8610
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user