[Base] Fix Travis

This commit is contained in:
DrChat 2018-03-03 19:15:37 -06:00
parent 4fd03e8029
commit 6b8a34c9ba
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ void InitializeLogging(const std::wstring& app_name) {
logger_ = new (mem) Logger(app_name);
}
void xe::ShutdownLogging() {
void ShutdownLogging() {
Logger* logger = logger_;
logger_ = nullptr;