forked from organicmaps/organicmaps-tmp
Compilation fix.
This commit is contained in:
parent
fa32393787
commit
761b9758b7
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ OsmOAuth OsmOAuth::ServerAuth() noexcept
|
|||
return IZServerAuth();
|
||||
#else
|
||||
return ProductionServerAuth();
|
||||
#elif
|
||||
#endif
|
||||
}
|
||||
// static
|
||||
OsmOAuth OsmOAuth::ServerAuth(TKeySecret const & userKeySecret) noexcept
|
||||
|
|
Loading…
Add table
Reference in a new issue