From c565b0a78c3f0b1a0fdbd629538e90c80d1f560e Mon Sep 17 00:00:00 2001 From: Timofey Date: Mon, 4 Apr 2016 19:21:06 +0300 Subject: [PATCH] Fixed the namespace error. --- iphone/Maps/main.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/main.mm b/iphone/Maps/main.mm index 1eef14bc77..2098824d1c 100644 --- a/iphone/Maps/main.mm +++ b/iphone/Maps/main.mm @@ -14,7 +14,7 @@ int main(int argc, char * argv[]) #ifdef MWM_LOG_TO_FILE my::SetLogMessageFn(LogMessageFile); #elif OMIM_PRODUCTION - my::SetLogMessageFn(LogMessageFabric); + my::SetLogMessageFn(platform::LogMessageFabric); #endif LOG(LINFO, ("maps.me started, detected CPU cores:", GetPlatform().CpuCores()));