Skip to content

Commit 597b41f

Browse files
committed
Update Implementation file
1 parent 2cfcfff commit 597b41f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

HdmiCecSink/HdmiCecSinkImplementation.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,8 +601,7 @@ namespace WPEFramework
601601
//=========================================== HdmiCecSinkImplementation =========================================
602602

603603
HdmiCecSinkImplementation::HdmiCecSinkImplementation()
604-
: PluginHost::JSONRPC()
605-
, _pwrMgrNotification(*this)
604+
: _pwrMgrNotification(*this)
606605
, _registeredEventHandlers(false)
607606
{
608607
LOGWARN("Initializing HdmiCecSinkImplementation");

0 commit comments

Comments
 (0)