Fix build

This commit is contained in:
John Ericson 2023-07-09 21:53:06 -04:00
parent 28398e6d02
commit 2add230939

View file

@ -25,7 +25,7 @@ struct LocalOverlayStoreConfig : virtual LocalStoreConfig
Must be used as OverlayFS lower layer for this store's store dir.
)"};
const PathSetting upperLayer{(StoreConfig*) this, false, "", "upper-layer",
const PathSetting upperLayer{(StoreConfig*) this, "", "upper-layer",
R"(
Must be used as OverlayFS upper layer for this store's store dir.
)"};