]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracinset.h
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_fracinset.h
index 90ea9c9fd755026bb7c5d378b6861ff1e3c6353b..2707fe8cc0c9d4b1034f46695fd9848660e5fec9 100644 (file)
@@ -22,8 +22,6 @@ public:
        ///
        explicit MathFracInset(bool atop = false);
        ///
-       virtual std::auto_ptr<InsetBase> clone() const;
-       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo &, int x, int y) const;
@@ -49,8 +47,9 @@ public:
        ///
        void mathmlize(MathMLStream &) const;
 public:
+       virtual std::auto_ptr<InsetBase> doClone() const;
        ///
-       const bool atop_;
+       bool const atop_;
 };
 
 #endif