Parsing hints from request. If no hint is given, then it is initialized
to empty string.
This commit is contained in:
@@ -26,7 +26,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
#include "../DataStructures/HashTable.h"
|
||||
|
||||
struct RouteParameters {
|
||||
std::vector<unsigned> hints;
|
||||
std::vector<std::string> hints;
|
||||
std::vector<std::string> parameters;
|
||||
std::vector<std::string> viaPoints;
|
||||
HashTable<std::string, std::string> options;
|
||||
|
||||
Reference in New Issue
Block a user