]> git.lyx.org Git - features.git/commitdiff
Fix tex2lyx for inset font inheritance changes
authorMartin Vermeer <martin.vermeer@hut.fi>
Thu, 1 Nov 2007 09:47:02 +0000 (09:47 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Thu, 1 Nov 2007 09:47:02 +0000 (09:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21319 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/Font.cpp
src/tex2lyx/Font.h

index 0f6f89fd0700a1366033ec78ffc0e9de5ef93951..24ee436ec218011c985d4f9699efb885dd7e525e 100644 (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;
index 13d84aba15940655f1ab43778804990a270c6995..649c0d17a7014986bf0bcf5571b10291ffb59e8c 100644 (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