diff --git a/stratosphere/libstratosphere/include/stratosphere/fssrv/interface_adapters/fssrv_filesystem_interface_adapter.hpp b/stratosphere/libstratosphere/include/stratosphere/fssrv/interface_adapters/fssrv_filesystem_interface_adapter.hpp index 970f24bb2..06f7b87f6 100644 --- a/stratosphere/libstratosphere/include/stratosphere/fssrv/interface_adapters/fssrv_filesystem_interface_adapter.hpp +++ b/stratosphere/libstratosphere/include/stratosphere/fssrv/interface_adapters/fssrv_filesystem_interface_adapter.hpp @@ -101,7 +101,7 @@ namespace ams::fssrv::impl { }; }; - class FileSystemInterfaceAdapter final : std::enable_shared_from_this, public ams::sf::IServiceObject { + class FileSystemInterfaceAdapter final : public std::enable_shared_from_this, public ams::sf::IServiceObject { NON_COPYABLE(FileSystemInterfaceAdapter); public: enum class CommandId {