From 721b2697327a9664f9370240efda3c8712fb31a0 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 20 Oct 2008 20:45:47 +0000 Subject: [PATCH] Another one for Abdel. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26999 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferParams.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 975145afa6..b545bf88f3 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1626,15 +1626,15 @@ bool BufferParams::moduleCanBeAdded(string const & modName) const mit = getModules().begin(); // reset vector::const_iterator rit = reqs.begin(); vector::const_iterator ren = reqs.end(); - bool foundOne = false; + bool foundone = false; for (; rit != ren; ++rit) { if (find(mit, men, *rit) != men) { - foundOne = true; + foundone = true; break; } } - return foundOne; + return foundone; } -- 2.39.2