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