]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_matrixinset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_matrixinset.h
index 30ba7b5f9d04ce58b0fb737c948f05e7c8a3ff59..022ec3d30297465a31452a430f141d8d72bdf764 100644 (file)
@@ -14,7 +14,7 @@ public:
        ///
        MathMatrixInset(string const & str);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        /// identifies MatrixInsets
        MathMatrixInset const * asMatrixInset() const { return this; }