mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
remove explicit boost::ref call
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34489 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
52c51e5485
commit
07d0ccfdc7
@ -1657,7 +1657,7 @@ void Buffer::validate(LaTeXFeatures & features) const
|
||||
updateMacros();
|
||||
|
||||
for_each(paragraphs().begin(), paragraphs().end(),
|
||||
bind(&Paragraph::validate, _1, boost::ref(features)));
|
||||
bind(&Paragraph::validate, _1, ref(features)));
|
||||
|
||||
if (lyxerr.debugging(Debug::LATEX)) {
|
||||
features.showStruct();
|
||||
|
Loading…
Reference in New Issue
Block a user