]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_matrixinset.C
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_matrixinset.C
index f1343b47362f52326f42b1c13c21dc6d57cbf230..bbd3f17bfee905ea8f640daefb2d1043048e6957 100644 (file)
@@ -22,7 +22,7 @@ MathMatrixInset::MathMatrixInset(MathGridInset const & p)
 {}
 
 
-auto_ptr<InsetBase> MathMatrixInset::clone() const
+auto_ptr<InsetBase> MathMatrixInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathMatrixInset(*this));
 }