diff Core/Logging.cpp @ 2498:0188c21e417a

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Mar 2018 17:31:36 +0100
parents 911e62dbb4ac
children a4f885670da7
line wrap: on
line diff
--- a/Core/Logging.cpp	Thu Mar 22 15:27:00 2018 +0100
+++ b/Core/Logging.cpp	Thu Mar 22 17:31:36 2018 +0100
@@ -94,7 +94,7 @@
       context_ = context;
     }
 
-    InternalLogger::InternalLogger(const char* level,
+    InternalLogger::InternalLogger(Level level,
                                    const char* file  /* ignored */,
                                    int line  /* ignored */) :
       level_(level)