summaryrefslogtreecommitdiff
path: root/indra/llaudio/llaudioengine_openal.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2022-06-22 14:04:28 -0700
committerCosmic Linden <cosmic@lindenlab.com>2022-06-22 14:50:28 -0700
commit6e686f1ef6fc5ee0b4e4d86f5aae42b58332312a (patch)
tree6fac47e2aac31af534cb15089f932f678ba63ab8 /indra/llaudio/llaudioengine_openal.h
parent9511040af547e9d50a0dc7d34837f6439a7c1106 (diff)
SL-17021: Fix inconsistent header definition for LLAudioEngine_OpenAL
Diffstat (limited to 'indra/llaudio/llaudioengine_openal.h')
-rw-r--r--indra/llaudio/llaudioengine_openal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llaudio/llaudioengine_openal.h b/indra/llaudio/llaudioengine_openal.h
index 366f9259e3..a3cab97cd2 100644
--- a/indra/llaudio/llaudioengine_openal.h
+++ b/indra/llaudio/llaudioengine_openal.h
@@ -40,7 +40,7 @@ class LLAudioEngine_OpenAL : public LLAudioEngine
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 void allocateListener();