From 269101cf1b01663f3b2ddfdb00b071967ff1faff Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 6 Dec 2019 00:59:56 -0800 Subject: [PATCH] shared_from_this requires public inheritance --- .../interface_adapters/fssrv_filesystem_interface_adapter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {