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:
parent
270286b38c
commit
9da8ec9926
|
@ -98,9 +98,9 @@ void AlSink::kill()
|
||||||
emit invalidated();
|
emit invalidated();
|
||||||
}
|
}
|
||||||
|
|
||||||
AlSink::AlSink(OpenAL& al, uint sourceId)
|
AlSink::AlSink(OpenAL& al, uint sourceId_)
|
||||||
: audio(al)
|
: audio(al)
|
||||||
, sourceId{sourceId}
|
, sourceId{sourceId_}
|
||||||
{}
|
{}
|
||||||
|
|
||||||
AlSink::operator bool() const
|
AlSink::operator bool() const
|
||||||
|
|
Loading…
Reference in New Issue
Block a user