From 9ffe6ccb6a3859b429861999b2f5ef1a757365f6 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 7 Jul 2011 09:29:15 +0000 Subject: [PATCH] Enhancing data structure for via points --- Plugins/RouteParameters.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/RouteParameters.h b/Plugins/RouteParameters.h index 41b03283a..e06671111 100644 --- a/Plugins/RouteParameters.h +++ b/Plugins/RouteParameters.h @@ -28,6 +28,7 @@ or see http://www.gnu.org/licenses/agpl.txt. struct RouteParameters { std::vector parameters; HashTable options; + std::vector viaPoints; typedef HashTable::MyIterator OptionsIterator; };