Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Feb 9, 2025
1 parent 5a21d24 commit 62ae1e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ namespace eCAL
template <typename ResponseT>
bool CallWithCallbackAsync(const std::string& method_name_,
const google::protobuf::Message& request_,
const TMsgResponseCallbackT<ResponseT>& response_callback) const
const TMsgResponseCallbackT<ResponseT>& response_callback_) const
{
bool overall_success = true;
for (auto& instance : this->GetClientInstances())
Expand Down

0 comments on commit 62ae1e1

Please sign in to comment.