From 70ca95c14be98fef744d4002a014e8b2c01e87e7 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sat, 30 Aug 2014 09:37:03 +0000 Subject: [PATCH] Include : - aggiornamenti. --- EGkDllMain.h | 1 + EgtLogger.h | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EGkDllMain.h b/EGkDllMain.h index 97eed4d..6cdf508 100644 --- a/EGkDllMain.h +++ b/EGkDllMain.h @@ -13,6 +13,7 @@ #pragma once +#include class ILogger ; diff --git a/EgtLogger.h b/EgtLogger.h index 0dd76f4..cdc8cec 100644 --- a/EgtLogger.h +++ b/EgtLogger.h @@ -78,8 +78,7 @@ namespace egtlogger Logger( LogLevel nLevel, const char* szName, bool bThreadSafe = false, int nLoggableItems = LI_DATETIME | LI_LOGGERNAME | LI_LOGGERLEVEL | LI_FUNCTION | LI_LINENUMBER) : m_nLevel( nLevel), m_name( szName), m_threadProtect( bThreadSafe), m_loggableItem( nLoggableItems) - { - } + {} ~Logger( void) {