]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.C
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetfoot.C
index 409a0107e28c60b018b0e20b174b0294041c06d3..0ed4db0936ad0cca6a193579f68fcf816d5eb102 100644 (file)
@@ -45,7 +45,7 @@ InsetFoot::InsetFoot(InsetFoot const & in)
 }
 
 
-auto_ptr<InsetBase> InsetFoot::clone() const
+auto_ptr<InsetBase> InsetFoot::doClone() const
 {
        return auto_ptr<InsetBase>(new InsetFoot(*this));
 }