fixed missing NULL initialization in input/driver.hpp

This commit is contained in:
Nicolay Korslund 2010-07-03 17:11:28 +02:00
parent 2b5d574ac7
commit 2139bb78af

View file

@ -23,6 +23,7 @@ namespace Mangle
*/
struct Driver
{
Driver() : event(NULL) {}
virtual ~Driver() {}
/** Captures input and produces the relevant events from it. An