]> git.lyx.org Git - features.git/blobdiff - src/insets/insettoc.h
All changes I made to have text-insets working. Look at the Changelog
[features.git] / src / insets / insettoc.h
index f894d997f51129187d6632a32f40c7f1f8b68e6e..dbe4d446684a7a330a95dece06e689c23b457f23 100644 (file)
@@ -19,7 +19,7 @@
 #include "insetcommand.h"
 #include "gettext.h"
 
-// Created by Lgb 970527
+class Buffer;
 
 /** Used to insert table of contents
  */
@@ -34,7 +34,7 @@ public:
        ///
        string getScreenLabel() const { return _("Table of Contents"); }
        /// On edit, we open the TOC pop-up
-       void Edit(BufferView *, int, int);
+       void Edit(BufferView * bv, int, int, unsigned int);
         ///
        unsigned char Editable() const {
                return 1;