Jan Willamowius
2019-04-22 4093b38f678b4d253b610f3439adb9e950e37c92
src/library/base/EventRegistry.cpp
@@ -79,7 +79,7 @@
}
void EventRegistry::addError(EVENT_TYPE event) {
   addEvent(event, SVRT_ERROR);
   this->addEvent(event, SVRT_ERROR);
}
void EventRegistry::addEvent(EVENT_TYPE event, SEVERITY severity) {