mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-04-08 05:42:59 +02:00
delete filesystem copy ctr to prevent misuse
This commit is contained in:
parent
8c72f4cc36
commit
b162686901
@ -43,6 +43,7 @@ class FilesystemService : public Service {
|
|||||||
const bool try_mount_base = true,
|
const bool try_mount_base = true,
|
||||||
const std::vector<std::tuple<std::string, std::string, bool>>& try_mount_list = {}
|
const std::vector<std::tuple<std::string, std::string, bool>>& try_mount_list = {}
|
||||||
);
|
);
|
||||||
|
FilesystemService(FilesystemService&) = delete; // hui
|
||||||
|
|
||||||
~FilesystemService(void);
|
~FilesystemService(void);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user