X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FFont.h;h=b77ead7383a6e2a43cd37ee177c7ec779ba5b030;hb=ac6e5b871c934b853c775b1bbdf73a06df4ce5bd;hp=649c0d17a7014986bf0bcf5571b10291ffb59e8c;hpb=225d92ba43473e05fd443e83141a6b8f976452ef;p=lyx.git diff --git a/src/tex2lyx/Font.h b/src/tex2lyx/Font.h index 649c0d17a7..b77ead7383 100644 --- a/src/tex2lyx/Font.h +++ b/src/tex2lyx/Font.h @@ -28,6 +28,7 @@ class FontInfo public: FontInfo() {} FontInfo & realize(FontInfo const &) { return *this; } + void setColor(int) {} bool resolved() const { return true; } }; @@ -46,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