summaryrefslogtreecommitdiffstats
path: root/low-can-binding/binding/application.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'low-can-binding/binding/application.hpp')
-rw-r--r--low-can-binding/binding/application.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/binding/application.hpp b/low-can-binding/binding/application.hpp
index 95f64cf3..30e21833 100644
--- a/low-can-binding/binding/application.hpp
+++ b/low-can-binding/binding/application.hpp
@@ -81,7 +81,7 @@ class application_t
const std::vector<std::string>& get_signals_prefix() const;
- std::vector<std::shared_ptr<message_definition_t> > get_messages_definition();
+ vect_ptr_msg_def_t get_messages_definition();
std::shared_ptr<message_definition_t> get_message_definition(uint32_t id);