We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e00260 commit 41e3165Copy full SHA for 41e3165
examples/tv-casting-app/tv-casting-common/core/Command.h
@@ -65,7 +65,7 @@ class Command
65
66
// Invoke command
67
MediaClusterBase cluster(exchangeMgr, sessionHandle, _commandContext->mEndpoint->GetId());
68
- CHIP_ERROR err = cluster.template InvokeCommand<typename RequestType::ResponseType>(
+ CHIP_ERROR err = cluster.template InvokeCommand<typename RequestType>(
69
_commandContext->mRequest, _commandContext,
70
// Command success handler
71
[](void * __context, const typename RequestType::ResponseType & response) {
0 commit comments