We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be00ea5 commit a9fadc5Copy full SHA for a9fadc5
HdmiCecSink/HdmiCecSinkImplementation.cpp
@@ -601,10 +601,10 @@ namespace WPEFramework
601
//=========================================== HdmiCecSinkImplementation =========================================
602
603
HdmiCecSinkImplementation::HdmiCecSinkImplementation()
604
- : _pwrMgrNotification(*this)
605
- , smConnection(nullptr)
+ : smConnection(nullptr)
606
, msgProcessor(nullptr)
607
, msgFrameListener(nullptr)
+ , _pwrMgrNotification(*this)
608
, _registeredEventHandlers(false)
609
{
610
LOGWARN("Initlaizing HdmiCecSinkImplementation");
0 commit comments