aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigParser.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-04-15 11:10:00 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-04-15 11:10:00 +0200
commit07d3536083ad8d0f08819e8be89aa5934fcaa712 (patch)
treec56bd0a1f14a0b8722f9950cf539a12b641706c1 /src/ConfigParser.h
parent8ee90d42fc999d4048d789fa719aff20df3dfba4 (diff)
downloaddabmux-07d3536083ad8d0f08819e8be89aa5934fcaa712.tar.gz
dabmux-07d3536083ad8d0f08819e8be89aa5934fcaa712.tar.bz2
dabmux-07d3536083ad8d0f08819e8be89aa5934fcaa712.zip
Rename dabSubchannel to DabSubchannel
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r--src/ConfigParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ConfigParser.h b/src/ConfigParser.h
index 0b10c04..217572f 100644
--- a/src/ConfigParser.h
+++ b/src/ConfigParser.h
@@ -42,7 +42,7 @@ void parse_ptree(boost::property_tree::ptree& pt,
std::shared_ptr<dabEnsemble> ensemble,
std::shared_ptr<BaseRemoteController> rc);
-void setup_subchannel_from_ptree(dabSubchannel* subchan,
+void setup_subchannel_from_ptree(DabSubchannel* subchan,
boost::property_tree::ptree &pt,
std::shared_ptr<dabEnsemble> ensemble,
std::string subchanuid,