mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix tex2lyx for inset font inheritance changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21319 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1b4345ac31
commit
225d92ba43
@ -27,7 +27,7 @@ FontInfo const inherit_font;
|
||||
/// All ignore font.
|
||||
FontInfo const ignore_font;
|
||||
|
||||
FontInfo lyxRead(Lexer & lex)
|
||||
FontInfo lyxRead(Lexer & lex, FontInfo const &)
|
||||
{
|
||||
bool error = false;
|
||||
bool finished = false;
|
||||
|
@ -46,7 +46,7 @@ public:
|
||||
};
|
||||
|
||||
/// Read a font specification from Lexer. Used for layout files.
|
||||
FontInfo lyxRead(Lexer &);
|
||||
FontInfo lyxRead(Lexer &, FontInfo const & fi);
|
||||
|
||||
} // namespace lyx
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user