]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_exintinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_exintinset.h
index 71aefb460780ae9460b3a16fe4de1fc78962b586..3a226d8fd82b20920f0a044cedab2494120758ef 100644 (file)
@@ -14,13 +14,13 @@ public:
        ///
        explicit MathExIntInset(string const & name_);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void symbol(string const &);
        ///
-       void metrics(MathMetricsInfo & st) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
-       void draw(MathPainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const;
 
        ///
        void normalize(NormalStream &) const;