summaryrefslogtreecommitdiff
path: root/indra/llaudio/llaudioengine.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-06-02 22:44:02 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-06-02 22:44:02 +0300
commit28208f688490e712b33883c488cd9deba8a3c308 (patch)
treeac123b33c84802361bb99423afd99c7a9f3a9359 /indra/llaudio/llaudioengine.cpp
parentbc31e8eb2f7745a7593d46dfa4280d7047eb2b1a (diff)
parent1702a65665879d0c68df4c6b4fdb60f815ab7abb (diff)
Merged master into DRTVWR-497
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();