From 65ec97295298078710b31dd413e2675416ce9af2 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 12 Feb 2014 19:34:58 +0100 Subject: add hexadecimal support for configuration entries --- src/ParserConfigfile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ParserConfigfile.h') 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 -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 &outputs, -- cgit v1.2.3