From: Richard Heck Date: Wed, 5 Nov 2008 19:46:22 +0000 (+0000) Subject: Forgot to change this line. X-Git-Tag: 1.6.10~2707 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3ac4460c078dc8dd811a8cc7764ba9c2bc4a2b18;p=features.git Forgot to change this line. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27282 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 4669d5c85c..7c4e4b42e0 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1509,7 +1509,7 @@ bool BufferParams::removeBadModules() } if (excluded) continue; - layoutModules_.push_back(*oit); + layoutModules_.push_back(modname); } return consistent; }