From 761b9758b702c1582d0715cf220f61abaee81e24 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Mon, 1 Feb 2016 21:14:47 +0300 Subject: [PATCH] Compilation fix. --- editor/osm_auth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/osm_auth.cpp b/editor/osm_auth.cpp index c2a6d5ebf3..433c9659f8 100644 --- a/editor/osm_auth.cpp +++ b/editor/osm_auth.cpp @@ -95,7 +95,7 @@ OsmOAuth OsmOAuth::ServerAuth() noexcept return IZServerAuth(); #else return ProductionServerAuth(); -#elif +#endif } // static OsmOAuth OsmOAuth::ServerAuth(TKeySecret const & userKeySecret) noexcept