1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-08 22:26:33 -04:00
sdrangel/sdrbase/dsp/samplesink.cpp
2015-08-14 05:00:28 +02:00

10 lines
89 B
C++

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