changeset 3629:19966d299685 toa2020012701

Fixed typo in function impl name
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 27 Jan 2020 14:32:09 +0100
parents 70398cc7aa15
children dfd9a2229c18
files Core/Logging.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Core/Logging.cpp	Sat Jan 25 12:04:45 2020 +0100
+++ b/Core/Logging.cpp	Mon Jan 27 14:32:09 2020 +0100
@@ -553,7 +553,7 @@
       }
     }
 
-    bool IsInfoLevelEnable()
+    bool IsInfoLevelEnabled()
     {
       boost::mutex::scoped_lock lock(loggingMutex_);
       assert(loggingContext_.get() != NULL);
@@ -575,7 +575,7 @@
       }
     }
 
-    bool IsTraceLevelEnable()
+    bool IsTraceLevelEnabled()
     {
       boost::mutex::scoped_lock lock(loggingMutex_);
       assert(loggingContext_.get() != NULL);