]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
last commit was incomplete... not sure how I managed this..
[lyx.git] / src / mathed / InsetMathRoot.h
index 0ba0653261678133935c1eaab6aa8532ec412767..7c40deb27ce5195d9f1ef4a333dd52429e759cc7 100644 (file)
@@ -25,9 +25,9 @@ public:
        ///
        InsetMathRoot();
        ///
-       bool idxUpDown(LCursor & cur, bool up) const;
+       bool idxUpDown(Cursor & cur, bool up) const;
        ///
-       bool metrics(MetricsInfo & mi, Dimension & dim) const;
+       void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
 
@@ -44,7 +44,7 @@ public:
        ///
        void octave(OctaveStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };