From b42e5f87200f19afd4a6a8af76e4a80bd8c570d9 Mon Sep 17 00:00:00 2001 From: Kristof Szabados <Kristof.Szabados@ericsson.com> Date: Mon, 2 Nov 2020 20:43:35 +0100 Subject: [PATCH] fixed namespace name. Signed-off-by: Kristof Szabados <Kristof.Szabados@ericsson.com> --- core/LoggerPluginManager.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/LoggerPluginManager.hh b/core/LoggerPluginManager.hh index 2422314ec..691f34a3d 100644 --- a/core/LoggerPluginManager.hh +++ b/core/LoggerPluginManager.hh @@ -36,7 +36,7 @@ struct disk_full_action_t; #define MUST_CHECK #endif -namespace LoggerAPI +namespace TitanLoggerApi { class TitanLogEvent; } -- GitLab