From da7ef40a3eb25f1b74ce5b1ea91b09e29f24a497 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 9 Mar 2017 13:03:13 +0100 Subject: Reorder to fix warning at compilation Change-Id: I1e558720318d9251ddfbbf6bb66a0461aef98e4c Signed-off-by: Romain Forlot --- src/configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit 1.2.3-korg