]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Kornel's gcc compile fix.
[lyx.git] / src / TextClass.cpp
index 4102a345c2ab77f6e1aa734816d021a188b37866..20416ee376612101c8eaf75d7cf0055fc8f1fdaf 100644 (file)
@@ -1198,7 +1198,7 @@ DocumentClass & DocumentClassBundle::makeDocumentClass(
        LayoutModuleList::const_iterator en = modlist.end();
        for (; it != en; it++) {
                string const modName = *it;
-               LyXModule * lm = moduleList[modName];
+               LyXModule * lm = theModuleList[modName];
                if (!lm) {
                        docstring const msg =
                                                bformat(_("The module %1$s has been requested by\n"