]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathStackrel.h
index 8d9cfc006f85cab901b630fd409b7d634876d159..f9404241684a53d4d0b1c96cb1cd487f4ee39fda 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
 #ifndef MATH_STACKRELINSET_H
 #define MATH_STACKRELINSET_H
 
-#include "InsetMathFracBase.h"
+#include "InsetMathFrac.h"
+
+
+namespace lyx {
 
 
 /** Stackrel objects
- *  \author André Pönitz
+ *  \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -34,7 +37,10 @@ public:
        ///
        void normalize(NormalStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };
 
+
+
+} // namespace lyx
 #endif