mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Initialize LyXModule::available_ in constructor
Found by Coverity.
This commit is contained in:
parent
b95b77c631
commit
4f795bd309
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user