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:
Peter Kümmel 2010-05-24 15:21:17 +00:00
parent 52c51e5485
commit 07d0ccfdc7

View File

@ -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();