From bdcf02a3ef338f9bebd5e2dc620d2380a2df5232 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/libraries/libstratosphere/include/stratosphere/tipc/tipc_server_manager.hpp b/libraries/libstratosphere/include/stratosphere/tipc/tipc_server_manager.hpp index 061e9d002..9fa366571 100644 --- a/libraries/libstratosphere/include/stratosphere/tipc/tipc_server_manager.hpp +++ b/libraries/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() { /* ... */