From 51fbd6a53d53fc1106726890017c51d5abe4759a Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: ćšć, 20 5æ 2021 22:31:40 +0800 Subject: [PATCH] ubuntu 20.04 - change to release build --- src/library/base/EventRegistry.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/library/base/EventRegistry.h b/src/library/base/EventRegistry.h index 38b44d0..a6260b2 100644 --- a/src/library/base/EventRegistry.h +++ b/src/library/base/EventRegistry.h @@ -55,6 +55,7 @@ void addEvent(LCC_EVENT_TYPE event, const std::string &licenseLocationId); void addEvent(LCC_EVENT_TYPE event, const char *licenseLocationId = nullptr, const char *info = nullptr); void exportLastEvents(AuditEvent *auditEvents, int nlogs); + std::string to_string() const; }; } // namespace license #endif /* EVENTREGISTRY_H_ */ -- Gitblit v1.9.1