Skip to content
Snippets Groups Projects
Commit 6e686f1e authored by Cosmic Linden's avatar Cosmic Linden
Browse files

SL-17021: Fix inconsistent header definition for LLAudioEngine_OpenAL

parent 9511040a
No related branches found
No related tags found
1 merge request!83Merge Linden 6.6.7
...@@ -40,7 +40,7 @@ class LLAudioEngine_OpenAL : public LLAudioEngine ...@@ -40,7 +40,7 @@ class LLAudioEngine_OpenAL : public LLAudioEngine
LLAudioEngine_OpenAL(); LLAudioEngine_OpenAL();
virtual ~LLAudioEngine_OpenAL(); virtual ~LLAudioEngine_OpenAL();
virtual bool init(const S32 num_channels, void *user_data, const std::string &app_title); virtual bool init(void *user_data, const std::string &app_title);
virtual std::string getDriverName(bool verbose); virtual std::string getDriverName(bool verbose);
virtual void allocateListener(); virtual void allocateListener();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment