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 5b06ea6 commit ff35032Copy full SHA for ff35032
HdmiCecSource/HdmiCecSource.cpp
@@ -90,7 +90,7 @@ namespace WPEFramework
90
{
91
_hdmiCecSource->Configure(service);
92
_hdmiCecSource->Register(&_notification);
93
- Exchange::JHdmiCecSource::Register(*this, _authService);
+ Exchange::JHdmiCecSource::Register(*this, _service);
94
msg = "HdmiCecSource plugin is available";
95
LOGINFO("HdmiCecSource plugin is available. Successfully activated HdmiCecSource Plugin");
96
}
0 commit comments