Compilation fix.

This commit is contained in:
Alex Zolotarev 2016-02-01 21:14:47 +03:00 committed by Sergey Yershov
parent fa32393787
commit 761b9758b7

View file

@ -95,7 +95,7 @@ OsmOAuth OsmOAuth::ServerAuth() noexcept
return IZServerAuth();
#else
return ProductionServerAuth();
#elif
#endif
}
// static
OsmOAuth OsmOAuth::ServerAuth(TKeySecret const & userKeySecret) noexcept