Maximilien Siavelis
2019-05-06 97ca2423a4686f7f9e85a33a88556dae4aad1bab
src/library/base/EventRegistry.cpp
@@ -2,7 +2,7 @@
 * EventRegistry.cpp
 *
 *  Created on: Mar 30, 2014
 *      Author: devel
 *
 */
#include "EventRegistry.h"
@@ -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) {