gcontini
2019-10-13 6c488a934bde37ffcc1b60fa291340d0bf15efc7
src/library/base/EventRegistry.cpp
@@ -10,9 +10,9 @@
#include <string.h>
#include <algorithm>
namespace license {
using namespace std;
namespace license {
EventRegistry::EventRegistry() {
}
@@ -51,7 +51,7 @@
}
AuditEvent const * EventRegistry::getLastFailure() const {
   const AuditEvent* result = NULL;
   const AuditEvent* result = nullptr;
   if (logs.size() == 0) {
      return result;
   }