mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix MSVC warnings
This commit is contained in:
parent
c02c03ce81
commit
7f123b8610
@ -31,8 +31,8 @@ class Text;
|
|||||||
|
|
||||||
namespace html {
|
namespace html {
|
||||||
|
|
||||||
class FontTag;
|
struct FontTag;
|
||||||
class EndFontTag;
|
struct EndFontTag;
|
||||||
|
|
||||||
/// Attributes will be escaped automatically and so should NOT
|
/// Attributes will be escaped automatically and so should NOT
|
||||||
/// be escaped before being passed to the constructor.
|
/// be escaped before being passed to the constructor.
|
||||||
|
Loading…
Reference in New Issue
Block a user