diff --git a/editor/osm_auth.cpp b/editor/osm_auth.cpp index 1bb9669ede..289ef8c818 100644 --- a/editor/osm_auth.cpp +++ b/editor/osm_auth.cpp @@ -77,7 +77,7 @@ OsmOAuth::OsmOAuth(string const & consumerKey, string const & consumerSecret, OsmOAuth OsmOAuth::ServerAuth() noexcept { #ifdef DEBUG - return IZServerAuth(); + return DevServerAuth(); #else return ProductionServerAuth(); #endif