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() { /* ... */