]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.cpp
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / MathFactory.cpp
index a034542f29e7ebe06e7958de2edb4e883970e98b..7f8c2192241bebdce37212be6a22554888834e2a 100644 (file)
@@ -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?