mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
@@ -38,7 +38,7 @@ void ThreadedSampleSink::run()
|
||||
exec();
|
||||
}
|
||||
|
||||
void ThreadedSampleSink::feed(SampleVector::const_iterator& begin, SampleVector::const_iterator& end, bool positiveOnly)
|
||||
void ThreadedSampleSink::feed(SampleVector::const_iterator begin, SampleVector::const_iterator end, bool positiveOnly)
|
||||
{
|
||||
m_sampleSink->feed(begin, end, positiveOnly);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user