summaryrefslogtreecommitdiff
path: root/indra/llaudio/llaudioengine.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-04-10 13:58:58 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-04-10 17:00:22 +0300
commit2542a3ed795d3a7ac664e0ca7ec4b5d8108dfce8 (patch)
tree2dda4fe800263a32213f8b2d74ea5cc778e3104d /indra/llaudio/llaudioengine.cpp
parent1598a368cd56d9129ce9b9ce6819ec508f4d7253 (diff)
SL-11445 Provide 'name' for Pulse Audio
Diffstat (limited to 'indra/llaudio/llaudioengine.cpp')
-rw-r--r--indra/llaudio/llaudioengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llaudio/llaudioengine.cpp b/indra/llaudio/llaudioengine.cpp
index f49028aad5..1d447f32ae 100644
--- a/indra/llaudio/llaudioengine.cpp
+++ b/indra/llaudio/llaudioengine.cpp
@@ -111,7 +111,7 @@ void LLAudioEngine::setDefaults()
}
-bool LLAudioEngine::init(const S32 num_channels, void* userdata)
+bool LLAudioEngine::init(const S32 num_channels, void* userdata, const std::string &app_title)
{
setDefaults();