SL-17021: Fix inconsistent header definition for LLAudioEngine_OpenAL

master
Cosmic Linden 2022-06-22 14:04:28 -07:00
parent 9511040af5
commit 6e686f1ef6
1 changed files with 1 additions and 1 deletions

View File

@ -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();