]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_lefteqninset.h
index 6a82a595022a3901decf1e499e363bb218f58da3..2591a25c2d9555ffa5fbfa0ae0f188f8586ca17d 100644 (file)
@@ -12,11 +12,11 @@ public:
        ///
        MathLefteqnInset();
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        string name() const;
        ///
-       void metrics(MetricsInfo & mi) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///