]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_unknowninset.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_unknowninset.h
index 37bd4d6f98151f8bc2dfd8bb0ff229ac850d074c..4389f8aecd81d8d8adaac07631b111ccefaac058 100644 (file)
@@ -15,7 +15,7 @@
 class MathUnknownInset : public MathDimInset {
 public:
        ///
-       explicit MathUnknownInset(string const & nm);
+       explicit MathUnknownInset(string const & name);
        ///
        MathInset * clone() const;
        ///
@@ -45,6 +45,6 @@ private:
        ///
        string name_;
        ///
-       mutable MathMetricsInfo mi_;
+       mutable LyXFont font_;
 };
 #endif