]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_ertinset.h
introduce namespace lyx::support
[lyx.git] / src / mathed / math_ertinset.h
index 37c35fdcdad971443b85592de7c7f97a2dde922d..afc2bdf961af62d1b860d54d858815952ce809af 100644 (file)
@@ -11,11 +11,11 @@ public:
        ///
        MathErtInset() {}
        ///
-       MathInset * clone() const;
+       InsetBase * clone() const;
        ///
        mode_type currentMode() const { return TEXT_MODE; }
        ///
-       Dimension metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///