mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-02 10:15:33 +00:00
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
|
struct Driver
|
||||||
{
|
{
|
||||||
|
Driver() : event(NULL) {}
|
||||||
virtual ~Driver() {}
|
virtual ~Driver() {}
|
||||||
|
|
||||||
/** Captures input and produces the relevant events from it. An
|
/** Captures input and produces the relevant events from it. An
|
||||||
|
|
Loading…
Reference in a new issue