]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.h
Allows editing when the Prefs dialog is opened; fix bug 3140:
[lyx.git] / src / mathed / InsetMathSqrt.h
index f3c9db0d16fffed64d9ba641941789e66171cee0..a4407d4a281e6e8f2c535988ad512fbbff78875b 100644 (file)
@@ -27,7 +27,7 @@ public:
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void drawT(TextPainter &, int x, int y) const;
        ///
@@ -44,7 +44,7 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };