From 07d0ccfdc76030578d76a3e8d3e6a8653f3df636 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Mon, 24 May 2010 15:21:17 +0000 Subject: [PATCH] remove explicit boost::ref call git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34489 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 9f8a9336d0..96a990e32d 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -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(); -- 2.39.5