mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
const correctness (missed this)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18853 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fb963c2587
commit
0ebfa36965
@ -882,7 +882,7 @@ void InsetInclude::addPreview(graphics::PreviewLoader & ploader) const
|
||||
}
|
||||
|
||||
|
||||
void InsetInclude::addToToc(TocList & toclist, Buffer const & buffer, ParConstIterator & pit) const
|
||||
void InsetInclude::addToToc(TocList & toclist, Buffer const & buffer, ParConstIterator const & pit) const
|
||||
{
|
||||
if (isListings(params_)) {
|
||||
InsetListingsParams params(params_.getOptions());
|
||||
|
@ -95,7 +95,7 @@ public:
|
||||
///
|
||||
void addPreview(graphics::PreviewLoader &) const;
|
||||
///
|
||||
void addToToc(TocList &, Buffer const &, ParConstIterator &) const;
|
||||
void addToToc(TocList &, Buffer const &, ParConstIterator const &) const;
|
||||
///
|
||||
void updateLabels(Buffer const & buffer) const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user