diff --git a/src/vt/messaging/active.h b/src/vt/messaging/active.h index 9fbc95ded8..d521fe65a4 100644 --- a/src/vt/messaging/active.h +++ b/src/vt/messaging/active.h @@ -785,7 +785,7 @@ struct ActiveMessenger : runtime::component::PollableComponent using MsgT = ParamMsg; auto msg = vt::makeMessage(std::forward(params)...); auto han = auto_registry::makeAutoHandlerParam(); - return sendMsg(dest, han, msg, no_tag); + return sendMsg(dest.get(), han, msg, no_tag); } /**