]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_biginset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_biginset.h
index 554429e453f92b5222bb755b92f55b26ae038d27..a42a40d92926629d90f6b6bcc3bd208064a30048 100644 (file)
 #ifndef MATH_BIGINSET_H
 #define MATH_BIGINSET_H
 
-
 #include "math_diminset.h"
 #include "LString.h"
 
+
 /// Inset for \bigl & Co.
 class MathBigInset : public MathDimInset {
 public:
        ///
        MathBigInset(string const & name, string const & delim);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
+       ///
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        void write(WriteStream & os) const;
        ///
-       void metrics(MetricsInfo & st) const;
-       ///
        void normalize(NormalStream & os) const;
 
 private: