summaryrefslogtreecommitdiff
path: root/indra/llaudio/llaudioengine_openal.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-06-02 22:45:18 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-06-02 22:45:18 +0300
commit26ea77f4d4efa3a1f846ab503245f5f7ae54855e (patch)
tree47a0e37a3c4f76620d69a22559bc7604d15aff56 /indra/llaudio/llaudioengine_openal.h
parentf363646eb71d58007fc4936a67ad9c7bde9b93ac (diff)
parent1702a65665879d0c68df4c6b4fdb60f815ab7abb (diff)
Merged master into DRTVWR-486
Diffstat (limited to 'indra/llaudio/llaudioengine_openal.h')
-rw-r--r--indra/llaudio/llaudioengine_openal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llaudio/llaudioengine_openal.h b/indra/llaudio/llaudioengine_openal.h
index 6639d9dfe6..366f9259e3 100644
--- a/indra/llaudio/llaudioengine_openal.h
+++ b/indra/llaudio/llaudioengine_openal.h
@@ -40,8 +40,8 @@ class LLAudioEngine_OpenAL : public LLAudioEngine
LLAudioEngine_OpenAL();
virtual ~LLAudioEngine_OpenAL();
- virtual bool init(const S32 num_channels, void *user_data);
- virtual std::string getDriverName(bool verbose);
+ virtual bool init(const S32 num_channels, void *user_data, const std::string &app_title);
+ virtual std::string getDriverName(bool verbose);
virtual void allocateListener();
virtual void shutdown();