mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Refactoring: removed device parameter from all start() methods in sample source plugins
This commit is contained in:
@@ -449,7 +449,7 @@ DSPDeviceSourceEngine::State DSPDeviceSourceEngine::gotoRunning()
|
||||
|
||||
// Start everything
|
||||
|
||||
if(!m_deviceSampleSource->start(m_sampleSourceSequence))
|
||||
if(!m_deviceSampleSource->start())
|
||||
{
|
||||
return gotoError("Could not start sample source");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user