]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macrotemplate.h
introduce namespace lyx::support
[lyx.git] / src / mathed / math_macrotemplate.h
index dc90d9c977b48d377c95a62ddac1f6c2883e984c..405eeb331172e24ade293c1d44c44dfd69455dc3 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        explicit MathMacroTemplate(std::istream & is);
        ///
-       MathInset * clone() const;
+       InsetBase * clone() const;
        ///
        void write(WriteStream & os) const;
        /// Number of arguments
@@ -37,7 +37,7 @@ public:
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
-       void metrics(MetricsInfo & st) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        /// identifies macro templates
        MathMacroTemplate * asMacroTemplate() { return this; }
        /// identifies macro templates