]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.h
remove unneeded header.
[lyx.git] / src / mathed / InsetMathSqrt.h
index 8e19b367d8ecdc641b105e25a6e29688f92dffef..bd8f46606659ac7e9713b6e222ba89ab9254759e 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;
        ///
@@ -46,7 +46,7 @@ public:
        ///
        void mathmlize(MathStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };