Index: ext/libicpf/src/log.cpp =================================================================== diff -u -N -raea5c1302fae74ec41e9d7649f8b8b2b8138aee1 -rb939d4dc7fa1eb332df91ae6fa49bac51e444072 --- ext/libicpf/src/log.cpp (.../log.cpp) (revision aea5c1302fae74ec41e9d7649f8b8b2b8138aee1) +++ ext/libicpf/src/log.cpp (.../log.cpp) (revision b939d4dc7fa1eb332df91ae6fa49bac51e444072) @@ -49,7 +49,7 @@ const char_t* __logtype_str[] = { "debug", "info", "warning", "error" }; /// Global variable initialized when constructing log_file object -static log_file* __g_log=NULL; +log_file* __g_log=NULL; /** Constructs a log_file object. * \param[in] bGlobal - states if this should be treates as a global instance of the log_file.