diff options
author | Lars Næsbye Christensen <lars@naesbye.dk> | 2024-02-09 01:50:51 +0100 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-12 23:17:22 +0200 |
commit | 79ceefe56b5fabdbcc1476d1d5b8253aa405ed21 (patch) | |
tree | a31a9370f705718400ea0f4e7917d0d6cf37c6da /indra/llaudio/llaudiodecodemgr.h | |
parent | 5d8f1e4dbdce601fa0af80cbc0409332bc396778 (diff) |
llaudio: BOOL (int) to real bool
Diffstat (limited to 'indra/llaudio/llaudiodecodemgr.h')
-rw-r--r-- | indra/llaudio/llaudiodecodemgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llaudio/llaudiodecodemgr.h b/indra/llaudio/llaudiodecodemgr.h index 4c17b46156..8c8d103c40 100644 --- a/indra/llaudio/llaudiodecodemgr.h +++ b/indra/llaudio/llaudiodecodemgr.h @@ -43,7 +43,7 @@ class LLAudioDecodeMgr : public LLSingleton<LLAudioDecodeMgr> ~LLAudioDecodeMgr(); public: void processQueue(); - BOOL addDecodeRequest(const LLUUID &uuid); + bool addDecodeRequest(const LLUUID &uuid); void addAudioRequest(const LLUUID &uuid); protected: |