]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
more latin1..utf8 schanges. all of src/* should be utf8 now
[lyx.git] / src / mathed / InsetMathStackrel.h
index 5799df27490269e7d20c2daf8b4de19bf6dc6ff4..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.
  */
@@ -37,7 +37,7 @@ public:
        ///
        void normalize(NormalStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };