summaryrefslogtreecommitdiff
path: root/zen/error_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/error_log.h')
-rw-r--r--zen/error_log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/error_log.h b/zen/error_log.h
index 4a3f5f2c..5115e6ef 100644
--- a/zen/error_log.h
+++ b/zen/error_log.h
@@ -60,7 +60,6 @@ private:
-
//######################## implementation ##########################
inline
void ErrorLog::logMsg(const std::wstring& msg, MessageType type)
bgstack15