From dc4d3180235264b9b7cc6e07a0003ccc0ec569b0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 Aug 2014 23:38:38 +0300 Subject: Fix initialisation in InputEvent. --- src/events/inputevent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { } -- cgit v1.2.3-60-g2f50