diff options
Diffstat (limited to 'src/ConfigParser.cpp')
-rw-r--r-- | src/ConfigParser.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ConfigParser.cpp b/src/ConfigParser.cpp index b210ac0..89f6d87 100644 --- a/src/ConfigParser.cpp +++ b/src/ConfigParser.cpp @@ -126,8 +126,7 @@ int hexparse(std::string input) void parse_ptree(boost::property_tree::ptree& pt, boost::shared_ptr<dabEnsemble> ensemble, - boost::shared_ptr<BaseRemoteController> rc, - edi_configuration_t* edi + boost::shared_ptr<BaseRemoteController> rc ) { using boost::property_tree::ptree; |