From 105a50ff807f863006aef9a99f4109b8a70e2cba Mon Sep 17 00:00:00 2001 From: Jan Willamowius <jan@willamowius.de> Date: ćšć, 18 4æ 2019 01:12:34 +0800 Subject: [PATCH] add line end --- src/library/base/EventRegistry.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/library/base/EventRegistry.cpp b/src/library/base/EventRegistry.cpp index beefa29..3119afa 100644 --- a/src/library/base/EventRegistry.cpp +++ b/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) { -- Gitblit v1.9.1