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