mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
DaemonSrc: added header protection
This commit is contained in:
parent
96dfce0154
commit
0709cf02f4
@ -14,6 +14,9 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef PLUGINS_CHANNELTX_DAEMONSRC_DAEMONSRC_H_
|
||||
#define PLUGINS_CHANNELTX_DAEMONSRC_DAEMONSRC_H_
|
||||
|
||||
#include "cm256.h"
|
||||
|
||||
#include "dsp/basebandsamplesource.h"
|
||||
@ -145,3 +148,5 @@ private:
|
||||
private slots:
|
||||
void handleData();
|
||||
};
|
||||
|
||||
#endif // PLUGINS_CHANNELTX_DAEMONSRC_DAEMONSRC_H_
|
||||
|
Loading…
Reference in New Issue
Block a user