mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
WDSP: SNBA and EQ: replaced static methods and more...
This commit is contained in:
+2
-2
@@ -146,9 +146,9 @@ void OSCTRL::setSize_osctrl (OSCTRL *a, int size)
|
||||
|
||||
void OSCTRL::SetosctrlRun (TXA& txa, int run)
|
||||
{
|
||||
if (txa.osctrl.p->run != run)
|
||||
if (txa.osctrl->run != run)
|
||||
{
|
||||
txa.osctrl.p->run = run;
|
||||
txa.osctrl->run = run;
|
||||
TXA::SetupBPFilters (txa);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user