]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_funcinset.h
oh well
[lyx.git] / src / mathed / math_funcinset.h
index d5d270c7f18e21e4a505739bd2beadc3a422f253..9a92c96af6890d5474938448bb74617afef653da 100644 (file)
@@ -28,6 +28,8 @@ public:
        MathFuncInset * asFuncInset() { return this; }
        ///
        void setName(string const &);
+       ///
+       bool match(MathInset * p) const;
 
        ///
        void normalize(NormalStream &) const;
@@ -43,6 +45,6 @@ private:
        ///
        string name_;
        ///
-       mutable MathMetricsInfo mi_;
+       mutable LyXFont font_;
 };
 #endif