]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.h
* dynamic macros as described in http://1stein.org/download/dynmacro.pdf
[lyx.git] / src / mathed / InsetMathNumber.h
index d6ccbb0d204eecd09fb54f29112a8c0fb0cabc12..81cbc2e30f097104d8a3ea643c6c343cd6004897 100644 (file)
@@ -48,7 +48,7 @@ public:
        void write(WriteStream & os) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        /// the number as string
        docstring str_;
 };