Fix: declaration and implementation of needed methods
[apps/agl-service-can-low-level.git] / src / can / can-message.hpp
index 5d796cd..5d45b98 100644 (file)
@@ -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;
 };
 
 /**