]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathOverset.h
index cff7e7a22947d0e3077ef5f1eb062e972b203887..c5e728188593fd4aa7d56260569f2e6942b2913d 100644 (file)
@@ -13,7 +13,7 @@
 #define MATH_OVERSETINSET_H
 
 
-#include "InsetMathFracBase.h"
+#include "InsetMathFrac.h"
 
 
 namespace lyx {
@@ -26,9 +26,9 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       bool idxFirst(LCursor &) const;
+       bool idxFirst(Cursor &) const;
        ///
-       bool idxLast(LCursor &) const;
+       bool idxLast(Cursor &) const;
        ///
        void write(WriteStream & os) const;
        ///
@@ -36,7 +36,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };