]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_macro.h
index d233b6a7736c36caecd2dc9ab385bc509615fc5e..f92d484a1be6ef1e97bfd30903532167e0e4183f 100644 (file)
@@ -41,9 +41,9 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       Dimension metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void dump() const;