]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_funcliminset.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_funcliminset.h
index 02c533e853248a37ae7c915b8ebcb88a2ed89859..b54a335d1d299fa4a5335431c0aabfb110e4d6d0 100644 (file)
@@ -14,9 +14,9 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(NormalStream &) const;
+       void normalize(NormalStream &) const;
        ///
        void metrics(MathMetricsInfo const & st) const;
        ///
@@ -28,6 +28,6 @@ private:
        ///
        string const name_;
        ///
-       mutable MathMetricsInfo mi_;
+       mutable LyXFont font_;
 };
 #endif