diff options
Diffstat (limited to 'src/ConfigParser.h')
-rw-r--r-- | src/ConfigParser.h | 2 |
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, |