diff options
author | Callum Prentice <callum@gmail.com> | 2020-06-02 13:13:53 -0700 |
---|---|---|
committer | Callum Prentice <callum@gmail.com> | 2020-06-02 13:13:53 -0700 |
commit | d4a38abdf593a2f1f3cdf1de9bdbf043118cea3a (patch) | |
tree | 6ec2f986f1f988f60cc0282136277fd046d05975 /indra/llaudio/llaudioengine.cpp | |
parent | a01f29761263314c21dd4905f05124f4c15df502 (diff) | |
parent | 1702a65665879d0c68df4c6b4fdb60f815ab7abb (diff) |
Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into DRTVWR-512
Diffstat (limited to 'indra/llaudio/llaudioengine.cpp')
-rw-r--r-- | indra/llaudio/llaudioengine.cpp | 2 |
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(); |