]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_stackrelinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_stackrelinset.h
index e24db841e2a5414a75fa69f0a3fcb476f87f7c16..94e5a1e960024442b780f08603bdd0faded902f8 100644 (file)
@@ -15,11 +15,11 @@ public:
        ///
        MathStackrelInset();
        ///
-       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 write(WriteStream & os) const;