We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e3165 commit 1d2bfe9Copy full SHA for 1d2bfe9
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>(
+ CHIP_ERROR err = cluster.template InvokeCommand<RequestType>(
69
_commandContext->mRequest, _commandContext,
70
// Command success handler
71
[](void * __context, const typename RequestType::ResponseType & response) {
@@ -146,6 +146,6 @@ struct CommandContext
146
chip::Optional<uint16_t> mTimedInvokeTimeoutMs;
147
};
148
149
-}; // namespace core
150
-}; // namespace casting
151
-}; // namespace matter
+} // namespace core
+} // namespace casting
+} // namespace matter
0 commit comments