Skip to content

Commit a9fadc5

Browse files
committed
Resolve native build errors
1 parent be00ea5 commit a9fadc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HdmiCecSink/HdmiCecSinkImplementation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,10 +601,10 @@ namespace WPEFramework
601601
//=========================================== HdmiCecSinkImplementation =========================================
602602

603603
HdmiCecSinkImplementation::HdmiCecSinkImplementation()
604-
: _pwrMgrNotification(*this)
605-
, smConnection(nullptr)
604+
: smConnection(nullptr)
606605
, msgProcessor(nullptr)
607606
, msgFrameListener(nullptr)
607+
, _pwrMgrNotification(*this)
608608
, _registeredEventHandlers(false)
609609
{
610610
LOGWARN("Initlaizing HdmiCecSinkImplementation");

0 commit comments

Comments
 (0)