From a491107ee40347f6acb8db319105a2fa85663e50 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 19 Aug 2009 20:12:04 +0000 Subject: Initialize EventRecorder to passthrough mode in the constructor. svn-id: r43545 --- common/EventRecorder.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/EventRecorder.cpp b/common/EventRecorder.cpp index 3d5eee3e52..57ab475f4a 100644 --- a/common/EventRecorder.cpp +++ b/common/EventRecorder.cpp @@ -100,6 +100,7 @@ EventRecorder::EventRecorder() { _lastEventCount = 0; _lastMillis = 0; + _recordMode = kPassthrough; } EventRecorder::~EventRecorder() { -- cgit v1.2.3