Skip to content

Commit

Permalink
Merge pull request #155 from WebPlatformForEmbedded/fix/fix-namespace…
Browse files Browse the repository at this point in the history
…-typo

MessageControl: correct namespace
  • Loading branch information
bramoosterhuis authored Apr 21, 2022
2 parents 338351a + 7f28cbd commit 2479474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MessageControl/MessageControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ namespace Plugin {
_control->UnregisterOutputNotification(&_outputNotification);
_webSocketExporter.reset();

_RPC::IRemoteConnection* connection(_service->RemoteConnection(_connectionId));
RPC::IRemoteConnection* connection(_service->RemoteConnection(_connectionId));

VARIABLE_IS_NOT_USED uint32_t result = _control->Release();
_control = nullptr;
Expand Down

0 comments on commit 2479474

Please sign in to comment.