mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 01:46:47 +00:00
tipc: ports use objects in the object manager
This commit is contained in:
parent
88ac85c423
commit
bdcf02a3ef
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ namespace ams::tipc {
|
|||
template<typename PortInfo, size_t PortSessions>
|
||||
class PortManagerImpl final : public PortManagerBase {
|
||||
private:
|
||||
tipc::ObjectManager<PortSessions> m_object_manager_impl;
|
||||
tipc::ObjectManager<1 + PortSessions> m_object_manager_impl;
|
||||
public:
|
||||
PortManagerImpl() : PortManagerBase(), m_object_manager_impl() {
|
||||
/* ... */
|
||||
|
|
Loading…
Reference in a new issue