diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-12 19:34:58 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-12 19:34:58 +0100 |
commit | 65ec97295298078710b31dd413e2675416ce9af2 (patch) | |
tree | 5ecadc52d926b0c6aad70dfae42906c51d443c2c /src/ParserConfigfile.h | |
parent | 384472b69665c54dd0cfcb12f4d9fcaf4822b2f7 (diff) | |
download | dabmux-65ec97295298078710b31dd413e2675416ce9af2.tar.gz dabmux-65ec97295298078710b31dd413e2675416ce9af2.tar.bz2 dabmux-65ec97295298078710b31dd413e2675416ce9af2.zip |
add hexadecimal support for configuration entries
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, |