Update src/core/file_sys/fs.h
Co-authored-by: GPUCode <47210458+GPUCode@users.noreply.github.com>
This commit is contained in:
parent
81b5434491
commit
b33fd9d8cb
|
@ -14,7 +14,7 @@ class MntPoints {
|
|||
std::string guest_path; // e.g /app0/
|
||||
};
|
||||
|
||||
MntPoints() {}
|
||||
MntPoints() = default;
|
||||
virtual ~MntPoints() = default;
|
||||
void mount(const std::string& host_folder, const std::string& guest_folder);
|
||||
void unmount(const std::string& path);
|
||||
|
|
Loading…
Reference in New Issue