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) {