DaemonSrc: added header protection

This commit is contained in:
f4exb 2018-09-01 22:24:21 +02:00
parent 96dfce0154
commit 0709cf02f4
1 changed files with 5 additions and 0 deletions

View File

@ -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_