From 2139bb78afd59627fe22120f54b2e079caaff387 Mon Sep 17 00:00:00 2001 From: Nicolay Korslund Date: Sat, 3 Jul 2010 17:11:28 +0200 Subject: [PATCH] fixed missing NULL initialization in input/driver.hpp --- input/driver.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/input/driver.hpp b/input/driver.hpp index d95fa206e1..1c1e950478 100644 --- a/input/driver.hpp +++ b/input/driver.hpp @@ -23,6 +23,7 @@ namespace Mangle */ struct Driver { + Driver() : event(NULL) {} virtual ~Driver() {} /** Captures input and produces the relevant events from it. An