diff --git a/framework/filesystem/src/mm/services/filesystem.hpp b/framework/filesystem/src/mm/services/filesystem.hpp index 486e086..16b7c7f 100644 --- a/framework/filesystem/src/mm/services/filesystem.hpp +++ b/framework/filesystem/src/mm/services/filesystem.hpp @@ -43,6 +43,7 @@ class FilesystemService : public Service { const bool try_mount_base = true, const std::vector>& try_mount_list = {} ); + FilesystemService(FilesystemService&) = delete; // hui ~FilesystemService(void);