diff options
Diffstat (limited to 'zen/error_log.h')
-rw-r--r-- | zen/error_log.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zen/error_log.h b/zen/error_log.h index 81892a25..d282ea4b 100644 --- a/zen/error_log.h +++ b/zen/error_log.h @@ -4,8 +4,8 @@ // * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved * // ************************************************************************** -#ifndef ERRORLOGGING_H_INCLUDED -#define ERRORLOGGING_H_INCLUDED +#ifndef ERROR_LOG_H_8917590832147915 +#define ERROR_LOG_H_8917590832147915 #include <cassert> #include <algorithm> @@ -86,7 +86,7 @@ namespace template <class String> String formatMessageImpl(const LogEntry& entry) //internal linkage { - auto getTypeName = [&]() -> std::wstring + auto getTypeName = [&] { switch (entry.type) { @@ -132,4 +132,4 @@ template <class String> inline String formatMessage(const LogEntry& entry) { return formatMessageImpl<String>(entry); } } -#endif //ERRORLOGGING_H_INCLUDED +#endif //ERROR_LOG_H_8917590832147915 |