]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Font.h
more latin1..utf8 schanges. all of src/* should be utf8 now
[lyx.git] / src / tex2lyx / Font.h
index 408754aafa60036d190cacf0116d0ea617311036..b77ead7383a6e2a43cd37ee177c7ec779ba5b030 100644 (file)
@@ -47,7 +47,7 @@ public:
 };
 
 /// Read a font specification from Lexer. Used for layout files.
-FontInfo lyxRead(Lexer &, FontInfo const & fi);
+FontInfo lyxRead(Lexer &, FontInfo const & fi = sane_font);
 
 } // namespace lyx