forked from mirror/openmw-tes3mp
fixed missing NULL initialization in input/driver.hpp
This commit is contained in:
parent
2b5d574ac7
commit
2139bb78af
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ namespace Mangle
|
|||
*/
|
||||
struct Driver
|
||||
{
|
||||
Driver() : event(NULL) {}
|
||||
virtual ~Driver() {}
|
||||
|
||||
/** Captures input and produces the relevant events from it. An
|
||||
|
|
Loading…
Reference in a new issue