diff Core/Logging.cpp @ 3361:ea07b29c6d0e emscripten-logging

Merge fro default
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 07 May 2019 13:10:48 +0200
parents 815b81142ff7 849c651c1381
children b0b5852622e4
line wrap: on
line diff
--- a/Core/Logging.cpp	Tue May 07 11:23:11 2019 +0200
+++ b/Core/Logging.cpp	Tue May 07 13:10:48 2019 +0200
@@ -274,6 +274,10 @@
       }
     }
 
+    void Initialize()
+    {
+    }
+
     void EnableInfoLevel(bool enabled)
     {
       globalVerbose_ = enabled;