]> git.lyx.org Git - features.git/commitdiff
remove explicit boost::ref call
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 24 May 2010 15:21:17 +0000 (15:21 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 24 May 2010 15:21:17 +0000 (15:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34489 a592a061-630c-0410-9148-cb99ea01b6c8

src/Buffer.cpp

index 9f8a9336d099394a5612c5472369f760b8e53070..96a990e32da70377fa884874bf5a070b602fc2cc 100644 (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();