Quick fix in events.cpp.

This commit is contained in:
Pietro Gagliardi 2016-04-21 12:22:02 -04:00
parent 99aba5a3b8
commit 82b1b363f2
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ struct handler {
this->commandHandler = NULL;
this->notifyHandler = NULL;
this->hscrollHandler = NULL;
this->c = NULL;
}
};