From ea3eb3c97e6bd34c7cbbefc0b9662822d651b7f7 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 14 Apr 2021 00:34:46 -0700 Subject: [PATCH] tipc: ports use objects in the object manager --- .../include/stratosphere/tipc/tipc_server_manager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstratosphere/include/stratosphere/tipc/tipc_server_manager.hpp b/libstratosphere/include/stratosphere/tipc/tipc_server_manager.hpp index 061e9d00..9fa36657 100644 --- a/libstratosphere/include/stratosphere/tipc/tipc_server_manager.hpp +++ b/libstratosphere/include/stratosphere/tipc/tipc_server_manager.hpp @@ -325,7 +325,7 @@ namespace ams::tipc { template class PortManagerImpl final : public PortManagerBase { private: - tipc::ObjectManager m_object_manager_impl; + tipc::ObjectManager<1 + PortSessions> m_object_manager_impl; public: PortManagerImpl() : PortManagerBase(), m_object_manager_impl() { /* ... */