]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
visual mode for bidi cursor movement
[lyx.git] / src / mathed / InsetMathStackrel.h
index 5799df27490269e7d20c2daf8b4de19bf6dc6ff4..834cc0c4e8f5dc6fa56ff387b3929e8992b028e3 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef MATH_STACKRELINSET_H
 #define MATH_STACKRELINSET_H
 
-#include "InsetMathFracBase.h"
+#include "InsetMathFrac.h"
 
 
 namespace lyx {
@@ -37,7 +37,7 @@ public:
        ///
        void normalize(NormalStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };