From a8f263d94f8eb772a3a334aa5bb08c6e30b996ec Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 7 Jul 2013 00:25:35 -0700 Subject: gras: restore property access w/ json --- lib/gras_impl/query_common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gras_impl/query_common.hpp') diff --git a/lib/gras_impl/query_common.hpp b/lib/gras_impl/query_common.hpp index 3111d11..65110ac 100644 --- a/lib/gras_impl/query_common.hpp +++ b/lib/gras_impl/query_common.hpp @@ -11,7 +11,7 @@ namespace gras { - PMCC ptree_to_pmc(const boost::property_tree::ptree &value, const std::type_info &hint); + PMCC ptree_to_pmc(const boost::property_tree::ptree &value); boost::property_tree::ptree pmc_to_ptree(const PMCC &value); boost::property_tree::ptree json_to_ptree(const std::string &s); -- cgit