diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-17 20:19:56 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-17 20:19:56 +0200 |
commit | 5f9e7bc673025ffdc953d254be0d0c65c70ee908 (patch) | |
tree | 05c023814851e2135e22a98c676115d67334f664 /src/ParserConfigfile.h | |
parent | dd428769ba5587e913cb2d768e2bca4b70f98c5d (diff) | |
download | dabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.tar.gz dabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.tar.bz2 dabmux-5f9e7bc673025ffdc953d254be0d0c65c70ee908.zip |
Remove using directives from .h files
Diffstat (limited to 'src/ParserConfigfile.h')
-rw-r--r-- | src/ParserConfigfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ParserConfigfile.h b/src/ParserConfigfile.h index 5c8546f..75f4f13 100644 --- a/src/ParserConfigfile.h +++ b/src/ParserConfigfile.h @@ -34,7 +34,7 @@ #include <boost/property_tree/ptree.hpp> void parse_configfile(std::string configuration_file, - vector<dabOutput*> &outputs, + std::vector<dabOutput*> &outputs, dabEnsemble* ensemble, bool* enableTist, unsigned* FICL, @@ -46,7 +46,7 @@ void parse_configfile(std::string configuration_file, void setup_subchannel_from_ptree(dabSubchannel* subchan, boost::property_tree::ptree &pt, dabEnsemble* ensemble, - string subchanuid, + std::string subchanuid, BaseRemoteController* rc); #endif |