mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Initialize bool member of Package in default constructor
Found by Coverity
This commit is contained in:
parent
ab40fe6f05
commit
7800c05788
@ -51,7 +51,7 @@ Package const & package();
|
||||
class Package {
|
||||
public:
|
||||
/// Default constructor does not lead to the paths being set.
|
||||
Package() {}
|
||||
Package() : explicit_user_support_dir_(false), in_build_dir_(false) {}
|
||||
|
||||
/** Called by init_package, above.
|
||||
* All paths will be initialized.
|
||||
|
Loading…
Reference in New Issue
Block a user