Renaming utility function to set the name of the used routing service

(plugin)
This commit is contained in:
DennisOSRM
2012-09-12 15:38:04 +02:00
parent 1c50c55a42
commit 954710d6cc
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ struct RouteParameters {
printInstructions = b;
}
void printService( const std::string & s) {
void setService( const std::string & s) {
service = s;
}