summaryrefslogtreecommitdiffstats
path: root/low-can-binding/utils/socketcan-j1939.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'low-can-binding/utils/socketcan-j1939.cpp')
-rw-r--r--low-can-binding/utils/socketcan-j1939.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/low-can-binding/utils/socketcan-j1939.cpp b/low-can-binding/utils/socketcan-j1939.cpp
index f914ac27..5f977f04 100644
--- a/low-can-binding/utils/socketcan-j1939.cpp
+++ b/low-can-binding/utils/socketcan-j1939.cpp
@@ -181,12 +181,12 @@ namespace utils
}
- void socketcan_j1939_t::write_message(std::vector<std::shared_ptr<can_message_t>>& vobj)
+ void socketcan_j1939_t::write_message(std::vector<std::shared_ptr<message_t>>& vobj)
{
AFB_WARNING("Not implemented");
}
- void socketcan_j1939_t::write_message(std::shared_ptr<can_message_t> cm)
+ void socketcan_j1939_t::write_message(std::shared_ptr<message_t> cm)
{
AFB_WARNING("Not implemented");
}