]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.cpp
* src/LyXRC.{cpp,h}:
[lyx.git] / src / Layout.cpp
index 26740fc2b62f41d5fec4dfe6e853a7c9db75a94f..9af627186b0d83a3040ca95af4fc1d32517c731e 100644 (file)
@@ -27,7 +27,7 @@ namespace lyx {
 using support::subst;
 using support::trim;
 
-extern FontInfo lyxRead(Lexer &);
+extern FontInfo lyxRead(Lexer &, FontInfo const & fi = sane_font);
 
 /// Special value of toclevel for layouts that to not belong in a TOC
 const int Layout::NOT_IN_TOC = -1000;