Skip to content

Commit c78de9b

Browse files
resolving compilation issues
1 parent 8349223 commit c78de9b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

AVInput/AVInput.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ AVInput* AVInput::_instance = nullptr;
113113

114114
AVInput::AVInput()
115115
: PluginHost::JSONRPC()
116+
, _hdmiEventNotification(*this)
117+
, _compositeinEventNotification(*this)
116118
, _registeredHostEventHandlers(false)
117119
{
118120
RegisterAll();

AVInput/AVInput.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ class AVInput: public PluginHost::IPlugin, public PluginHost::JSONRPC
167167
virtual string Information() const override;
168168

169169
protected:
170-
void InitializeIARM();
171-
void DeinitializeIARM();
170+
void InitializeDeviceManager();
171+
void DeinitializeDeviceManager();
172172

173173
void RegisterAll();
174174
void UnregisterAll();

0 commit comments

Comments
 (0)