X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CAN-binder%2Flow-can-binding%2Fcan%2Fcan-message-set.cpp;h=7ee2a0177af0f27f214370cfcde14587044db67c;hb=6222973c39ee02ad52a5d0b4b400024157ff2eeb;hp=1877f3a2098066b6c8c757dd6c08fe107c8f03ea;hpb=d253ada94487232ccd33b68a69fd44ff7840fab7;p=apps%2Fagl-service-can-low-level.git diff --git a/CAN-binder/low-can-binding/can/can-message-set.cpp b/CAN-binder/low-can-binding/can/can-message-set.cpp index 1877f3a2..7ee2a017 100644 --- a/CAN-binder/low-can-binding/can/can-message-set.cpp +++ b/CAN-binder/low-can-binding/can/can-message-set.cpp @@ -38,7 +38,7 @@ can_message_set_t::can_message_set_t( { for(auto& cmd : can_messages_definition_) { - cmd->set_parent(std::make_shared(this)); + cmd->set_parent(std::make_shared(*this)); } }