COMMON: Fix uninitialized member
It was never used but static analysis complained
This commit is contained in:
parent
56f07b0e78
commit
c83ff22c8a
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ void EventDispatcher::ignoreSources(bool ignore) {
|
|||
void EventDispatcher::registerObserver(EventObserver *obs, uint priority, bool autoFree, bool notifyPoll) {
|
||||
ObserverEntry newEntry;
|
||||
|
||||
newEntry.ignore = false;
|
||||
newEntry.observer = obs;
|
||||
newEntry.priority = priority;
|
||||
newEntry.autoFree = autoFree;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue