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