]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathString.h
* InsetMathHull:
[lyx.git] / src / mathed / InsetMathString.h
index f0803a8e2b985a1973e925bb5f96af991efc10a6..e74402d17a3c0248394c28e2f21ad124c2b40a58 100644 (file)
@@ -14,6 +14,8 @@
 
 #include "InsetMath.h"
 
+#include "support/docstring.h"
+
 
 namespace lyx {
 
@@ -50,7 +52,7 @@ public:
        void write(WriteStream & os) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        /// the string
        docstring str_;
 };