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:
Martin Vermeer 2007-11-01 09:47:02 +00:00
parent 1b4345ac31
commit 225d92ba43
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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