Quick fix in events.cpp.
This commit is contained in:
parent
99aba5a3b8
commit
82b1b363f2
|
@ -12,6 +12,7 @@ struct handler {
|
||||||
this->commandHandler = NULL;
|
this->commandHandler = NULL;
|
||||||
this->notifyHandler = NULL;
|
this->notifyHandler = NULL;
|
||||||
this->hscrollHandler = NULL;
|
this->hscrollHandler = NULL;
|
||||||
|
this->c = NULL;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue