mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 22:40:03 -04:00
Allow default-constructed filesystem
This commit is contained in:
parent
ff6b493c16
commit
8c1eb060e4
@ -55,6 +55,8 @@ class progress;
|
|||||||
|
|
||||||
class filesystem_v2 {
|
class filesystem_v2 {
|
||||||
public:
|
public:
|
||||||
|
filesystem_v2() = default;
|
||||||
|
|
||||||
filesystem_v2(logger& lgr, std::shared_ptr<mmif> mm);
|
filesystem_v2(logger& lgr, std::shared_ptr<mmif> mm);
|
||||||
|
|
||||||
filesystem_v2(logger& lgr, std::shared_ptr<mmif> mm,
|
filesystem_v2(logger& lgr, std::shared_ptr<mmif> mm,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user