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