diff options
Diffstat (limited to 'src/ParserConfigfile.h')
-rw-r--r-- | src/ParserConfigfile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ParserConfigfile.h b/src/ParserConfigfile.h index adcc806..11817e3 100644 --- a/src/ParserConfigfile.h +++ b/src/ParserConfigfile.h @@ -33,7 +33,8 @@ #include "MuxElements.h" #include <boost/property_tree/ptree.hpp> -void set_short_label(dabLabel& label, std::string& slabel, const char* applies_to); +void set_short_label(dabLabel& label, std::string& slabel, + const char* applies_to); void parse_configfile(std::string configuration_file, vector<dabOutput*> &outputs, |