summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-01-14 19:16:32 +0000
committerMaxime Coste <frrrwww@gmail.com>2015-01-14 19:16:32 +0000
commit2a878d51fdfe5832a3b979dbc8e5b2144ad0d1f3 (patch)
treef376771a56e794b92adc8efcd80127e5b81e8d49 /src/client.hh
parent442304bc1c3d74681beaef735631a62eecd5745f (diff)
Even more memory tracking
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.hh b/src/client.hh
index 3a614314..85040ad4 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -70,7 +70,7 @@ private:
DisplayLine m_pending_status_line;
DisplayLine m_mode_line;
- Vector<Key> m_pending_keys;
+ Vector<Key, MemoryDomain::Client> m_pending_keys;
};
}