volumeChanged isn't shared
This commit is contained in:
parent
1ae1f32574
commit
b903a4276e
2 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ struct SharedChannelFreq: public SharedChannel {
|
|||
// common shared channel volume struct
|
||||
template<typename T>
|
||||
struct SharedChannelVolume {
|
||||
bool volumeChanged;
|
||||
T vol, outVol, resVol;
|
||||
SharedChannelVolume(T initVol):
|
||||
vol(initVol),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue