summaryrefslogtreecommitdiffstats
path: root/src/can/can-message.hpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-03-08 21:45:07 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-03-16 17:10:40 +0100
commit2df0e9d0999a04bedf29c0ead1218ceea970c133 (patch)
treeb95b24a9dd1827f902bbd2b2969d584420e507bb /src/can/can-message.hpp
parentccd244c10988cd59d6f0b35e1b83a5eebd7bfb01 (diff)
Fix: declaration and implementation of needed methods
under their respective class as they were standalone before that. Change-Id: I3ca6fe68bb40f883106ddbe07db8f2dc7d4f618b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/can/can-message.hpp')
-rw-r--r--src/can/can-message.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/can/can-message.hpp b/src/can/can-message.hpp
index 5d796cdc..5d45b98d 100644
--- a/src/can/can-message.hpp
+++ b/src/can/can-message.hpp
@@ -122,7 +122,7 @@ class can_message_definition_t
* needs to compare an incoming CAN message with the previous frame.*/
public:
- uint32_t get_id();
+ uint32_t get_id() const;
};
/**