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