]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.C
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetfoot.C
index 857d5c072679b2151e98a2e2d7ff9bb6653362d9..e53a1db8769033fc5c4a03e1ef0898fdbf0b4c56 100644 (file)
@@ -46,7 +46,7 @@ InsetFoot::InsetFoot(InsetFoot const & in)
 }
 
 
-Inset * InsetFoot::clone(Buffer const &) const
+Inset * InsetFoot::clone() const
 {
        return new InsetFoot(*this);
 }