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
This commit is contained in:
Bo Peng 2007-06-05 18:58:07 +00:00
parent 590e76e591
commit 8aa6a50e69

View File

@ -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, ...)