diff options
Diffstat (limited to 'src/events/inputevent.h')
-rw-r--r-- | src/events/inputevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/inputevent.h b/src/events/inputevent.h index 1078b2ae8..68600143b 100644 --- a/src/events/inputevent.h +++ b/src/events/inputevent.h @@ -32,7 +32,7 @@ class ChatTab; -typedef std::vector<InputActionT> KeysVector; +typedef STD_VECTOR<InputActionT> KeysVector; typedef KeysVector::iterator KeysVectorIter; typedef KeysVector::const_iterator KeysVectorCIter; |