From 8c1eb060e45c52e75f2d936c20965501ecd30610 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 6 Apr 2021 18:51:12 +0200 Subject: [PATCH] Allow default-constructed filesystem --- include/dwarfs/filesystem_v2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dwarfs/filesystem_v2.h b/include/dwarfs/filesystem_v2.h index 60972897..71f25697 100644 --- a/include/dwarfs/filesystem_v2.h +++ b/include/dwarfs/filesystem_v2.h @@ -55,6 +55,8 @@ class progress; class filesystem_v2 { public: + filesystem_v2() = default; + filesystem_v2(logger& lgr, std::shared_ptr mm); filesystem_v2(logger& lgr, std::shared_ptr mm,