Minor cleanup

This commit is contained in:
emeric
2016-09-24 16:40:17 +02:00
parent 3af320e42b
commit 50cd4ed131
6 changed files with 10 additions and 11 deletions
@@ -35,7 +35,7 @@ static Cluster::pointer getCluster(std::string type, std::string value)
return cluster;
}
static std::list<std::string> getClustersFromFeature(Feature::Type& feature, double minProb)
static std::list<std::string> getClustersFromFeature(boost::property_tree::ptree& feature, double minProb)
{
struct HighLevelNodeDesc
{
@@ -181,7 +181,7 @@ HighLevelCluster::handleFilesUpdated(void)
std::list<std::string> newClusterNames;
if (createTags)
{
Feature::Type feature;
boost::property_tree::ptree feature;
if (!Feature::Store::instance().get(UpdaterDboSession(), trackId, "high_level", feature))
continue;