X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Fbinding%2Flow-can-subscription.cpp;h=3f844da352661d73a2169d2be9dbda1784ec269d;hb=1b3655d85cfb9cc143c9e7f0d3506e6b004f835e;hp=20287b88cf6a01e0f783e4b29932753b8b4506ee;hpb=3331cf98d09874f6d480e17538ebb6a53a4adf71;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/binding/low-can-subscription.cpp b/low-can-binding/binding/low-can-subscription.cpp index 20287b88..3f844da3 100644 --- a/low-can-binding/binding/low-can-subscription.cpp +++ b/low-can-binding/binding/low-can-subscription.cpp @@ -20,12 +20,12 @@ #include "application.hpp" #include "canutil/write.h" -struct afb_event& low_can_subscription_t::get_event() +afb_event_t low_can_subscription_t::get_event() { return event_; } -void low_can_subscription_t::set_event(struct afb_event event) +void low_can_subscription_t::set_event(afb_event_t event) { event_ = event; }