From: Romain Forlot Date: Thu, 9 Mar 2017 12:03:13 +0000 (+0100) Subject: Reorder to fix warning at compilation X-Git-Tag: 3.99.1~329 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=da7ef40a3eb25f1b74ce5b1ea91b09e29f24a497;p=apps%2Flow-level-can-service.git Reorder to fix warning at compilation Change-Id: I1e558720318d9251ddfbbf6bb66a0461aef98e4c Signed-off-by: Romain Forlot --- diff --git a/src/configuration.cpp b/src/configuration.cpp index aeecdb6..cfa728e 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -52,7 +52,7 @@ std::vector> CAN_MESSAGES_DEFINTION; std::vector> SIGNALS; configuration_t::configuration_t() - : obd2_signals_{OBD2_PIDS}, can_message_set_{CAN_MESSAGE_SET}, can_signals_{SIGNALS}, can_message_definition_{CAN_MESSAGES_DEFINTION} + : can_message_set_{CAN_MESSAGE_SET}, can_signals_{SIGNALS}, obd2_signals_{OBD2_PIDS}, can_message_definition_{CAN_MESSAGES_DEFINTION} {} configuration_t& configuration_t::get_configuration()