Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--routing_common/transit_stop.cpp2
-rw-r--r--routing_common/transit_types.hpp4
-rw-r--r--xcode/routing_common/routing_common.xcodeproj/project.pbxproj2
3 files changed, 2 insertions, 6 deletions
diff --git a/routing_common/transit_stop.cpp b/routing_common/transit_stop.cpp
index 6ccd948e04..23f87c81b0 100644
--- a/routing_common/transit_stop.cpp
+++ b/routing_common/transit_stop.cpp
@@ -1,7 +1,5 @@
#include "routing_common/transit_stop.hpp"
-#include "geometry/point2d.hpp"
-
#include <sstream>
namespace routing
diff --git a/routing_common/transit_types.hpp b/routing_common/transit_types.hpp
index 1f0184846e..df5876c301 100644
--- a/routing_common/transit_types.hpp
+++ b/routing_common/transit_types.hpp
@@ -15,9 +15,9 @@ using FeatureId = uint32_t;
LineId constexpr kLineIdInvalid = std::numeric_limits<LineId>::max();
StopId constexpr kStopIdInvalid = std::numeric_limits<StopId>::max();
-TransfersId constexpr kTransfersIdInvalid = std::numeric_limits<TransfersId>::max();
+TransfersId constexpr kTransferIdInvalid = std::numeric_limits<TransfersId>::max();
NetworkId constexpr kNetworkIdInvalid = std::numeric_limits<NetworkId>::max();
FeatureId constexpr kFeatureIdInvalid = std::numeric_limits<FeatureId>::max();
} // namespace transit
-} // namespace routing \ No newline at end of file
+} // namespace routing
diff --git a/xcode/routing_common/routing_common.xcodeproj/project.pbxproj b/xcode/routing_common/routing_common.xcodeproj/project.pbxproj
index 3293d347bd..589145e9eb 100644
--- a/xcode/routing_common/routing_common.xcodeproj/project.pbxproj
+++ b/xcode/routing_common/routing_common.xcodeproj/project.pbxproj
@@ -392,7 +392,6 @@
671E787F1E6A3BE200B2859B /* Release */,
);
defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
};
671E78AA1E6A3DA800B2859B /* Build configuration list for PBXNativeTarget "routing_common_tests" */ = {
isa = XCConfigurationList;
@@ -401,7 +400,6 @@
671E78AC1E6A3DA800B2859B /* Release */,
);
defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};