]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
Stupid bug fix.
[lyx.git] / src / insets / InsetIndex.h
index 513a0eb2d179feb11d35df0300c1fb706a6aec85..092311c64c269254bbc3fd009dab54d39f6a1c32 100644 (file)
@@ -41,7 +41,7 @@ private:
        /// should paragraph indendation be omitted in any case?
        bool neverIndent() const { return true; }
        ///
-       void addToToc(ParConstIterator const &) const;
+       void addToToc(DocIterator const &);
        ///
        Inset * clone() const { return new InsetIndex(*this); }
 };