]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
Allows editing when the Prefs dialog is opened; fix bug 3140:
[lyx.git] / src / mathed / InsetMathFrac.h
index b7e8eab4b075e91f115f995a3144386a591b9189..ae361f0b99489ee9794b7e3fc1db09bd77afbbee 100644 (file)
@@ -33,7 +33,7 @@ public:
        ///
        explicit InsetMathFrac(Kind kind = FRAC);
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
@@ -45,7 +45,7 @@ public:
        /// identifies FracInsets
        InsetMathFrac const * asFracInset() const;
        ///
-       std::string name() const;
+       docstring name() const;
        ///
        bool extraBraces() const;
 
@@ -58,7 +58,7 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
        void validate(LaTeXFeatures & features) const;
 public: