Jan Willamowius
2019-04-18 1098f92d35a6aa473e70a6f2e28908334fbaf716
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) {