From bf4cb567c71e9ff76c9cd9c7fce26e480b2fe4bc Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Tue, 8 Jul 2014 00:16:57 +0200 Subject: [PATCH] [routing] Fixed compilation issue --- routing/osrm_router.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/routing/osrm_router.hpp b/routing/osrm_router.hpp index 480e21fda9..13683baca5 100644 --- a/routing/osrm_router.hpp +++ b/routing/osrm_router.hpp @@ -17,9 +17,6 @@ class OsrmRouter : public IRouter /// Http callback from the server void OnRouteReceived(downloader::HttpRequest & request); -protected: - virtual string RoutingUrl() const = 0; - public: virtual string GetName() const; virtual void SetFinalPoint(m2::PointD const & finalPt);