forked from organicmaps/organicmaps
Fixed the namespace error.
This commit is contained in:
parent
1e96a31ae3
commit
c565b0a78c
1 changed files with 1 additions and 1 deletions
|
@ -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()));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue