Adapts publicly facing new API

This commit is contained in:
Daniel J. Hofmann
2016-02-17 12:56:27 -08:00
committed by Patrick Niklaus
parent c31ceb6a5b
commit a4074332cc
5 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace plugins
* This Plugin locates the nearest point on a street in the road network for a given coordinate.
*/
template <class DataFacadeT> class NearestPlugin final : public BasePlugin
class NearestPlugin final : public BasePlugin
{
public:
explicit NearestPlugin(DataFacadeT *facade) : facade(facade), descriptor_string("nearest") {}