Skip to content

Commit 41e3165

Browse files
committed
Fix the template argument ... there is a 2nd invoke type
1 parent 6e00260 commit 41e3165

File tree

1 file changed

+1
-1
lines changed
  • examples/tv-casting-app/tv-casting-common/core

1 file changed

+1
-1
lines changed

examples/tv-casting-app/tv-casting-common/core/Command.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Command
6565

6666
// Invoke command
6767
MediaClusterBase cluster(exchangeMgr, sessionHandle, _commandContext->mEndpoint->GetId());
68-
CHIP_ERROR err = cluster.template InvokeCommand<typename RequestType::ResponseType>(
68+
CHIP_ERROR err = cluster.template InvokeCommand<typename RequestType>(
6969
_commandContext->mRequest, _commandContext,
7070
// Command success handler
7171
[](void * __context, const typename RequestType::ResponseType & response) {

0 commit comments

Comments
 (0)