Remove warnings and fix tests

This commit is contained in:
Patrick Niklaus
2015-12-09 23:01:28 +01:00
parent b41af5f580
commit 4950e044ba
3 changed files with 12 additions and 12 deletions
@@ -393,7 +393,7 @@ template <class EdgeDataT> class InternalDataFacade final : public BaseDataFacad
std::pair<PhantomNode, PhantomNode>
NearestPhantomNodeWithAlternativeFromBigComponent(const FixedPointCoordinate &input_coordinate,
const int bearing = 0,
const int bearing_range = 180)
const int bearing_range = 180) override final
{
if (!m_static_rtree.get())
{
+1 -1
View File
@@ -417,7 +417,7 @@ template <class EdgeDataT> class SharedDataFacade final : public BaseDataFacade<
std::pair<PhantomNode, PhantomNode>
NearestPhantomNodeWithAlternativeFromBigComponent(const FixedPointCoordinate &input_coordinate,
const int bearing = 0,
const int bearing_range = 180)
const int bearing_range = 180) override final
{
if (!m_static_rtree.get() || CURRENT_TIMESTAMP != m_static_rtree->first)
{