From 0709cf02f48dd8e4b4abf7dc1938b370a1aa6bbd Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 1 Sep 2018 22:24:21 +0200 Subject: [PATCH] DaemonSrc: added header protection --- plugins/channeltx/daemonsrc/daemonsrc.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/channeltx/daemonsrc/daemonsrc.h b/plugins/channeltx/daemonsrc/daemonsrc.h index 8d0dd9a1e..7d5bd643f 100644 --- a/plugins/channeltx/daemonsrc/daemonsrc.h +++ b/plugins/channeltx/daemonsrc/daemonsrc.h @@ -14,6 +14,9 @@ // along with this program. If not, see . // /////////////////////////////////////////////////////////////////////////////////// +#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_