]> git.lyx.org Git - lyx.git/blobdiff - src/support/Package.h
Maintain plain layout for separating paragraphs when switching layouts (#11936)
[lyx.git] / src / support / Package.h
index c7befb369e04ae287311bd19653541200733d329..62db5d2b17ab049ae3510b2208f656e74a81e091 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Full author contact details are available in file CREDITS.
  *
- * A store of the paths to the various different directoies used
+ * A store of the paths to the various different directories used
  * by LyX. These paths differ markedly from one OS to another,
  * following the local Windows, MacOS X or Posix conventions.
  */
@@ -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.