]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_kerninset.C
some (yet unfinished) up/down work
[lyx.git] / src / mathed / math_kerninset.C
index a7ac65c906f124264e7f5b7ae44bca37938ec561..b07c8eee1e60ae6a2583d961f0ac9b76ff12fa5a 100644 (file)
@@ -34,7 +34,7 @@ MathKernInset::MathKernInset(string const & s)
 {}
 
 
-auto_ptr<InsetBase> MathKernInset::clone() const
+auto_ptr<InsetBase> MathKernInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathKernInset(*this));
 }