diff options
Diffstat (limited to 'src/fig/FIG.h')
-rw-r--r-- | src/fig/FIG.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/fig/FIG.h b/src/fig/FIG.h index 116ac8b..9752245 100644 --- a/src/fig/FIG.h +++ b/src/fig/FIG.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2016 + Copyright (C) 2024 Matthias P. Braendli, matthias.braendli@mpb.li */ @@ -24,8 +24,7 @@ along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __FIG_H_ -#define __FIG_H_ +#pragma once #include <memory> #include "MuxElements.h" @@ -106,5 +105,3 @@ class IFIG } // namespace FIC -#endif // __FIG_H_ - |