]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_sizeinset.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / mathed / math_sizeinset.h
index 70c56c364114e7e94accf95a880f888cbbdc2e19..daf08171011c5aa1daf8b567a1cd66d1b241196c 100644 (file)
@@ -19,11 +19,11 @@ public:
        ///
        explicit MathSizeInset(latexkeys const * l);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        /// we write extra braces in any case...
        bool extraBraces() const { return true; }
        ///
-       void metrics(MetricsInfo & st) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;