diff --git a/daemon/src/client/configurationmanager_stub.cpp b/daemon/src/client/configurationmanager_stub.cpp index dd096c0eb0f9a06a8a598effcf32811f6bda9844..331559f03f4368abecacc6442c5f738230b8eea5 100644 --- a/daemon/src/client/configurationmanager_stub.cpp +++ b/daemon/src/client/configurationmanager_stub.cpp @@ -68,6 +68,7 @@ void ConfigurationManager::errorAlert(const int& alertmsg) std::vector< int32_t > ConfigurationManager::getHardwareAudioFormat() { + return std::vector<int32_t>(); } std::vector<std::string> ConfigurationManager::getSupportedAudioManagers()