]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathUnderset.h
index a53e74266a7532056a430525a072f38a4a6b4c50..d0a8492439bac9540c6cafd1ee1ad7c6ced2e251 100644 (file)
@@ -13,7 +13,7 @@
 #define MATH_UNDERSETINSET_H
 
 
-#include "InsetMathFracBase.h"
+#include "InsetMathFrac.h"
 
 
 namespace lyx {
@@ -26,11 +26,11 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       bool idxFirst(LCursor & cur) const;
+       bool idxFirst(Cursor & cur) const;
        ///
-       bool idxLast(LCursor & cur) const;
+       bool idxLast(Cursor & cur) const;
        ///
-       bool idxUpDown(LCursor & cur, bool up) const;
+       bool idxUpDown(Cursor & cur, bool up) const;
        ///
        void write(WriteStream & ws) const;
        ///
@@ -38,7 +38,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };