X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FPackage.h;h=4e5c6fa3f46e78f11ba64ab80ca0304ae5e017bf;hb=8d640dc77608bedddb5b00982c23665584f52d21;hp=c7befb369e04ae287311bd19653541200733d329;hpb=b0361fb3c55a24143fcb1046a540161a07de7c44;p=lyx.git diff --git a/src/support/Package.h b/src/support/Package.h index c7befb369e..4e5c6fa3f4 100644 --- a/src/support/Package.h +++ b/src/support/Package.h @@ -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.