]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.C
parlist-a-1.diff
[lyx.git] / src / insets / insetfloatlist.C
index f6b49cef57c8e98ce37dda7373b8b380378d1a08..3df488deb3ada0c903675a2581c34040081b0d90 100644 (file)
@@ -22,7 +22,7 @@
 #include "gettext.h"
 #include "debug.h"
 
-#include "BoostFormat.h"
+#include "support/BoostFormat.h"
 
 using std::ostream;
 using std::endl;
@@ -96,10 +96,10 @@ void InsetFloatList::read(Buffer const * buf, LyXLex & lex)
 }
 
 
-void InsetFloatList::edit(BufferView *, int, int, mouse_button::state)
+void InsetFloatList::edit(BufferView * bv, int, int, mouse_button::state)
 {
        InsetCommandMailer mailer("toc", *this);
-       mailer.showDialog();
+       mailer.showDialog(bv);
 }