Skip to content

Commit c975542

Browse files
Update SourceInterface.cpp
1 parent 935c4c0 commit c975542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleCallBack/SourceInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void SourceInterface::Init()
5151
settingsProxyAvailable = false;
5252

5353
#ifdef CONNECT_SERVICES
54-
audioSettingsProxy = ResourceMaster::getInstance()->getRuntime()->buildProxy<v1_0::com::harman::audio::audioPresCtrl::audioPresCtrlSettingsProxy>(domain2,instance2,connection2);
54+
audioSettingsProxy = ResourceMaster::getInstance()->getRuntime()->buildProxy<v1_0::com::audio::audioPresCtrl::audioPresCtrlSettingsProxy>(domain2,instance2,connection2);
5555
#else
5656
audioSettingsProxy = nullptr;
5757
#endif

0 commit comments

Comments
 (0)