changeset 3358:849c651c1381

fix missing symbol
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 May 2019 13:23:29 +0200
parents c0aa5f1cf2f5
children 7569d3dc1c20
files Core/Logging.cpp
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Core/Logging.cpp	Thu May 02 09:22:36 2019 +0200
+++ b/Core/Logging.cpp	Thu May 02 13:23:29 2019 +0200
@@ -191,6 +191,10 @@
       }
     }
 
+    void Initialize()
+    {
+    }
+
     void EnableInfoLevel(bool enabled)
     {
       globalVerbose_ = enabled;