]> git.lyx.org Git - features.git/blobdiff - src/insets/insettoc.C
All changes I made to have text-insets working. Look at the Changelog
[features.git] / src / insets / insettoc.C
index 9aca608ac78c201509451311df3ba4524383dbaa..a4f89da74c1d7a18d6ae321a20c8d7ab85e56f1f 100644 (file)
@@ -10,8 +10,9 @@
 #include "commandtags.h"
 #include "lyxfunc.h"
 #include "LyXView.h"
+#include "BufferView.h"
 
-void InsetTOC::Edit(BufferView * bv, int, int)
+void InsetTOC::Edit(BufferView * bv, int, int, unsigned int)
 {
        bv->owner()->getLyXFunc()->Dispatch(LFUN_TOCVIEW);
 }