X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FModuleList.cpp;h=89b2aa9309f61bf499d12f058d1fbe437ccbcd09;hb=355395174bf50e1a3b8514e8eebec978c496d6ba;hp=d442d204a559cde98c0e15dec3b70f1063a1143e;hpb=c6c07d28ae99a0dee5fc4b76aae2827d3d09cf93;p=lyx.git diff --git a/src/ModuleList.cpp b/src/ModuleList.cpp index d442d204a5..89b2aa9309 100644 --- a/src/ModuleList.cpp +++ b/src/ModuleList.cpp @@ -40,7 +40,7 @@ LyXModule::LyXModule(string const & n, string const & i, string const & c): name_(n), id_(i), description_(d), package_list_(p), required_modules_(r), excluded_modules_(e), category_(c), - checked_(false) + checked_(false), available_(false) { filename_ = id_ + ".module"; }