summaryrefslogtreecommitdiff
path: root/src/remote.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote.hh')
-rw-r--r--src/remote.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.hh b/src/remote.hh
index 5537e3fd..7e171b17 100644
--- a/src/remote.hh
+++ b/src/remote.hh
@@ -60,7 +60,7 @@ private:
String m_session;
std::unique_ptr<FDWatcher> m_listener;
- Vector<std::unique_ptr<Accepter>> m_accepters;
+ Vector<std::unique_ptr<Accepter>, MemoryDomain::Remote> m_accepters;
};
bool check_session(StringView session);