]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exfuncinset.h
oh well
[lyx.git] / src / mathed / math_exfuncinset.h
index d7832cd28dbe9d59571ece8a1c79fdfa1feb6a80..a9a7cdf182159596dbc757ecc0898185fb62ae4f 100644 (file)
@@ -10,7 +10,7 @@
 class MathExFuncInset : public MathNestInset {
 public:
        ///
-       MathExFuncInset(string const & name, MathArray const & arg);
+       explicit MathExFuncInset(string const & name);
        ///
        MathInset * clone() const;
        ///
@@ -33,6 +33,6 @@ private:
        ///
        string const name_;
        ///
-       mutable MathMetricsInfo mi_;
+       mutable LyXFont font_;
 };
 #endif