summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-01-12 13:45:44 +0000
committerMaxime Coste <frrrwww@gmail.com>2015-01-12 13:45:44 +0000
commit83d0813b0ffc8f329a214b533467c761d734e0c1 (patch)
treee09c76bbd17a834be8fa433868076af8399879ea /src/client.hh
parentf1f10639a55ef5fdb53035afccf98ab8801241af (diff)
Yet more 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 6beb61f4..3a614314 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -70,7 +70,7 @@ private:
DisplayLine m_pending_status_line;
DisplayLine m_mode_line;
- std::vector<Key> m_pending_keys;
+ Vector<Key> m_pending_keys;
};
}