From: Romain Forlot Date: Wed, 8 Mar 2017 12:15:47 +0000 (+0100) Subject: Fix: missing method declaration X-Git-Tag: 3.99.1~371 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=501233011d2e3fd872f0cfabbe35f3d3bac3cf44;hp=409f22b48e9d8726b024287810ffd54c0b366bc9;p=apps%2Flow-level-can-service.git Fix: missing method declaration Change-Id: Iac5872ffe9f4b26e7c966e5ea29516f193ba547d Signed-off-by: Romain Forlot --- diff --git a/src/can/can-message.hpp b/src/can/can-message.hpp index 090a7d3..af1f050 100644 --- a/src/can/can-message.hpp +++ b/src/can/can-message.hpp @@ -129,6 +129,7 @@ class can_message_definition_t * needs to compare an incoming CAN message with the previous frame.*/ public: + uint32_t get_id(); }; /**