diff options
author | Daniel Wilhelm <daniel@wili.li> | 2016-03-16 21:31:24 +0100 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2016-03-16 21:31:24 +0100 |
commit | 89621addb4a7c87d2e3f3e7462e3c690cf71de71 (patch) | |
tree | 008b5dea7624ee1eeb57ff82c45fdf1afcab3b08 /zen/error_log.h | |
parent | 7.5 (diff) | |
download | FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.gz FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.bz2 FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.zip |
7.6
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 |