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; }