Skip to content

Commit 1d2bfe9

Browse files
committed
Another fix
1 parent 41e3165 commit 1d2bfe9

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

+4-4
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>(
68+
CHIP_ERROR err = cluster.template InvokeCommand<RequestType>(
6969
_commandContext->mRequest, _commandContext,
7070
// Command success handler
7171
[](void * __context, const typename RequestType::ResponseType & response) {
@@ -146,6 +146,6 @@ struct CommandContext
146146
chip::Optional<uint16_t> mTimedInvokeTimeoutMs;
147147
};
148148

149-
}; // namespace core
150-
}; // namespace casting
151-
}; // namespace matter
149+
} // namespace core
150+
} // namespace casting
151+
} // namespace matter

0 commit comments

Comments
 (0)