]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Font.h
pimpl not needed here
[lyx.git] / src / tex2lyx / Font.h
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