gcontini
2019-10-12 dda16735b94661b798d6c0fd3e41af944de0a1fe
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;
   }