Skip to content
Snippets Groups Projects
Commit c54c38d8 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Tristan Matthews
Browse files

daemon: fix return type in stub

Change-Id: I89a6eda744ea277279a69bb775cf8b0ac2a36fc0
parent 3a23c912
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,7 @@ void ConfigurationManager::errorAlert(const int& alertmsg) ...@@ -68,6 +68,7 @@ void ConfigurationManager::errorAlert(const int& alertmsg)
std::vector< int32_t > ConfigurationManager::getHardwareAudioFormat() std::vector< int32_t > ConfigurationManager::getHardwareAudioFormat()
{ {
return std::vector<int32_t>();
} }
std::vector<std::string> ConfigurationManager::getSupportedAudioManagers() std::vector<std::string> ConfigurationManager::getSupportedAudioManagers()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment