]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_substackinset.C
float2string #4 (Spacing)
[lyx.git] / src / mathed / math_substackinset.C
index 696a9986e9559d52964832ff468127a53d71f6bc..6a288af21b3baccc48de603b3b78ef0f3b8853d1 100644 (file)
@@ -23,7 +23,7 @@ MathSubstackInset::MathSubstackInset()
 {}
 
 
-auto_ptr<InsetBase> MathSubstackInset::clone() const
+auto_ptr<InsetBase> MathSubstackInset::doClone() const
 {
        return auto_ptr<InsetBase>(new MathSubstackInset(*this));
 }