]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetMarginal.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetMarginal.h
index 1899cf8d726683a4a2f7f4df39f85922ed2fec3e..dbfb76192203dd12993890c05ac869e638d98e51 100644 (file)
@@ -4,8 +4,8 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Jürgen Vigna
- * \author Lars Gullik Bjønnes
+ * \author Jürgen Vigna
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -39,7 +39,7 @@ public:
        ///
        docstring editMessage() const;
        ///
-       void addToToc(ParConstIterator const &) const;
+       void addToToc(DocIterator const &);
 private:
        ///
        Inset * clone() const { return new InsetMarginal(*this); }