chore(build): Comply with Wshadow in audio lib

reviewable/pr6581/r4
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
1 changed files with 2 additions and 2 deletions

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