]> 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 649c0d17a7014986bf0bcf5571b10291ffb59e8c..b77ead7383a6e2a43cd37ee177c7ec779ba5b030 100644 (file)
@@ -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