cubeb_sink: Get rid of variable shadowing within CubebSink's constructor
The parameter of the lambda was shadowing the variable that was being assigned to.
Loading
Please register or sign in to comment
The parameter of the lambda was shadowing the variable that was being assigned to.