mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 06:16:55 -04:00
Allow default-constructed filesystem
This commit is contained in:
parent
ff6b493c16
commit
8c1eb060e4
@ -55,6 +55,8 @@ class progress;
|
||||
|
||||
class filesystem_v2 {
|
||||
public:
|
||||
filesystem_v2() = default;
|
||||
|
||||
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