]> git.lyx.org Git - features.git/commitdiff
Forgot to change this line.
authorRichard Heck <rgheck@comcast.net>
Wed, 5 Nov 2008 19:46:22 +0000 (19:46 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 5 Nov 2008 19:46:22 +0000 (19:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27282 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferParams.cpp

index 4669d5c85c1437d65df145dc1bda82c9ff8f43fc..7c4e4b42e05632ea1fc51761b25c247f088b8dd8 100644 (file)
@@ -1509,7 +1509,7 @@ bool BufferParams::removeBadModules()
                }
                if (excluded)
                        continue;
-               layoutModules_.push_back(*oit);
+               layoutModules_.push_back(modname);
        }
        return consistent;
 }