X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathFactory.cpp;h=7f8c2192241bebdce37212be6a22554888834e2a;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=a034542f29e7ebe06e7958de2edb4e883970e98b;hpb=d30304cf84533e85e8f1dc312f90dbc9c53f8b95;p=lyx.git diff --git a/src/mathed/MathFactory.cpp b/src/mathed/MathFactory.cpp index a034542f29..7f8c219224 100644 --- a/src/mathed/MathFactory.cpp +++ b/src/mathed/MathFactory.cpp @@ -87,7 +87,7 @@ WordList theWordList; bool math_font_available(docstring & name) { - LyXFont f; + Font f; augmentFont(f, name); // Do we have the font proper?