]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_envinset.C
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_envinset.C
index d0a282f1e794e75b45114fc7e6d79dbacaf80183..14942be2b16635486096c4a8afbb1590d5a4cf5f 100644 (file)
@@ -26,7 +26,7 @@ MathEnvInset::MathEnvInset(string const & name)
 {}
 
 
-auto_ptr<InsetBase> MathEnvInset::clone() const
+auto_ptr<InsetBase> MathEnvInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathEnvInset(*this));
 }