X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFootlike.cpp;h=08cc220374d1f51ab3904aff34a78e4b9d41d0ee;hb=4a1be58591ea5a7431d9426abb27d8b946c634cb;hp=872c8b19ee99d3bf4484d6810bd52ce832cc7a87;hpb=db8c16d554ebb1dcb319e44d318572de6eff024b;p=lyx.git diff --git a/src/insets/InsetFootlike.cpp b/src/insets/InsetFootlike.cpp index 872c8b19ee..08cc220374 100644 --- a/src/insets/InsetFootlike.cpp +++ b/src/insets/InsetFootlike.cpp @@ -24,13 +24,8 @@ using namespace std; namespace lyx { -InsetFootlike::InsetFootlike(BufferParams const & bp) - : InsetCollapsable(bp) -{} - - -InsetFootlike::InsetFootlike(InsetFootlike const & in) - : InsetCollapsable(in) +InsetFootlike::InsetFootlike(Buffer const & buf) + : InsetCollapsable(buf) {}