summaryrefslogtreecommitdiff
path: root/indra/llaudio/llaudioengine_openal.h
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_openal.h
parent1598a368cd56d9129ce9b9ce6819ec508f4d7253 (diff)
SL-11445 Provide 'name' for Pulse Audio
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();