mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
590e76e591
commit
8aa6a50e69
@ -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, ...)
|
||||
|
Loading…
Reference in New Issue
Block a user