X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetfloatlist.C;h=3cb79a2c25c2d32143ec42d82ea1d10f3f86f5b5;hb=7c0dad35b33c8f23f3d74d26f5689cc4d869c8b2;hp=64ab198f3d66fd51acd43dc026e333f5e1d0d829;hpb=85a5ea7bfc80e179a61a99f2955455e84d3384cc;p=lyx.git diff --git a/src/insets/insetfloatlist.C b/src/insets/insetfloatlist.C index 64ab198f3d..3cb79a2c25 100644 --- a/src/insets/insetfloatlist.C +++ b/src/insets/insetfloatlist.C @@ -68,6 +68,12 @@ void InsetFloatList::edit(BufferView *, int, int, unsigned int) } +void InsetFloatList::edit(BufferView * bv, bool) +{ + edit(bv, 0, 0, 0); +} + + int InsetFloatList::latex(Buffer const *, std::ostream & os, bool, bool) const { FloatList::const_iterator cit = floatList[float_type];