]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFBox.h
* Inset and derivatives: insetName() -> name()
[lyx.git] / src / mathed / InsetMathFBox.h
index 1cd2b9d17c284166ce50b28928e6dbf35e9b9600..e7273b9608918fd09b155d5709f8eb87b315fba8 100644 (file)
@@ -26,7 +26,7 @@ public:
        ///
        mode_type currentMode() const;
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -36,7 +36,7 @@ public:
        ///
        void infoize(odocstream & os) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };