Skip to content

Commit 5006c0f

Browse files
committed
RDKEMW-1015 : HDMICEC SINK COMRPC
1 parent 56e8cd9 commit 5006c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HdmiCecSink/HdmiCecSink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ namespace WPEFramework {
197197
void ShortAudiodescriptorEvent(const string& jsonresponse) override
198198
{
199199
LOGINFO("ShortAudiodescriptorEvent");
200-
Exchange::JHdmiCecSink::Event::ShortAudiodescriptorEvent(_parent, &jsonresponse);
200+
Exchange::JHdmiCecSink::Event::ShortAudiodescriptorEvent(_parent, jsonresponse);
201201
}
202202

203203
void StandbyMessageReceived(const int logicalAddress) override

0 commit comments

Comments
 (0)