1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-16 18:06:35 -04:00
sdrangel/sdrbase/dsp/samplesink.cpp

10 lines
89 B
C++
Raw Normal View History

#include "dsp/samplesink.h"
SampleSink::SampleSink()
{
}
SampleSink::~SampleSink()
{
}