1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): Comply with Wshadow in audio lib

This commit is contained in:
Anthony Bilinski 2022-03-19 11:54:57 -07:00
parent 270286b38c
commit 9da8ec9926
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -98,9 +98,9 @@ void AlSink::kill()
emit invalidated();
}
AlSink::AlSink(OpenAL& al, uint sourceId)
AlSink::AlSink(OpenAL& al, uint sourceId_)
: audio(al)
, sourceId{sourceId}
, sourceId{sourceId_}
{}
AlSink::operator bool() const