tizzybec
2019-06-12 cfa8d77231f6744dbe70cc0223fe39093c9f262d
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) {