]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.C
Implemented Search/Replace functionality for Insets. Cleaned up a bit.
[lyx.git] / src / insets / insetfloatlist.C
index 64ab198f3d66fd51acd43dc026e333f5e1d0d829..3cb79a2c25c2d32143ec42d82ea1d10f3f86f5b5 100644 (file)
@@ -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];