diff options
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r-- | src/ConfigParser.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h index 6399cdd..ea48e94 100644 --- a/src/ConfigParser.h +++ b/src/ConfigParser.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2014 + Copyright (C) 2016 Matthias P. Braendli, matthias.braendli@mpb.li The Configuration parser sets up the ensemble according @@ -28,8 +28,7 @@ You should have received a copy of the GNU General Public License along with ODR-DabMux. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __CONFIG_PARSER_H_ -#define __CONFIG_PARSER_H_ +#pragma once #include <vector> #include <string> @@ -41,5 +40,3 @@ void parse_ptree(boost::property_tree::ptree& pt, std::shared_ptr<dabEnsemble> ensemble); -#endif - |