SL-16182: Fix Mac compiler errors

master
Cosmic Linden 2022-06-14 13:00:53 -07:00
parent 30252bceb0
commit 462b1c6544
1 changed files with 2 additions and 2 deletions

View File

@ -533,7 +533,7 @@ void LLVorbisDecodeState::flushBadFile()
class LLAudioDecodeMgr::Impl
{
friend class LLAudioDecodeMgr;
LLAudioDecodeMgr::Impl();
Impl();
public:
void processQueue();
@ -609,7 +609,7 @@ void LLAudioDecodeMgr::Impl::startMoreDecodes()
mDecodes[decode_id] = LLPointer<LLVorbisDecodeState>(NULL);
main_queue->postTo(
general_queue,
[decode_id, this]() // Work done on general queue
[decode_id]() // Work done on general queue
{
LLPointer<LLVorbisDecodeState> decode_state = beginDecodingAndWritingAudio(decode_id);