From 71c4f81b59d82699ecd3925a17179d90894b07b8 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 10 Jun 2014 18:08:58 +0200 Subject: [PATCH] avoid signed/unsigned comparison --- Descriptors/JSONDescriptor.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Descriptors/JSONDescriptor.h b/Descriptors/JSONDescriptor.h index 79882c138..b471beb4c 100644 --- a/Descriptors/JSONDescriptor.h +++ b/Descriptors/JSONDescriptor.h @@ -51,19 +51,19 @@ template class JSONDescriptor : public BaseDescriptor shortest_path_segments, alternative_path_segments; ExtractRouteNames GenerateRouteNames;