From 8aa6a50e691165149d44c89cfe18e748c908ab1b Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Tue, 5 Jun 2007 18:58:07 +0000 Subject: [PATCH] remove pit from addToToc definition in Inset.h, as reminded by Andre git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18683 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/Inset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/Inset.h b/src/insets/Inset.h index c98dcc3a97..017d14189b 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -427,7 +427,7 @@ public: virtual void addPreview(graphics::PreviewLoader &) const {} /// Add an entry to the TocList /// pit is the ParConstIterator of the paragraph containing the inset - virtual void addToToc(TocList &, Buffer const &, ParConstIterator & pit) const {} + virtual void addToToc(TocList &, Buffer const &, ParConstIterator &) const {} public: /// returns LyX code associated with the inset. Used for TOC, ...) -- 2.39.2