summaryrefslogtreecommitdiff
path: root/src/events
diff options
context:
space:
mode:
Diffstat (limited to 'src/events')
-rw-r--r--src/events/inputevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/inputevent.h b/src/events/inputevent.h
index 5b02c9089..c79802870 100644
--- a/src/events/inputevent.h
+++ b/src/events/inputevent.h
@@ -52,7 +52,7 @@ struct InputEvent final
InputEvent(const std::string &args0, ChatTab *const tab0) :
args(args0),
- tab(tab),
+ tab(tab0),
action(-1),
mask(0)
{ }