diff options
author | Josh Blum | 2013-07-07 00:25:35 -0700 |
---|---|---|
committer | Josh Blum | 2013-07-07 00:25:35 -0700 |
commit | a8f263d94f8eb772a3a334aa5bb08c6e30b996ec (patch) | |
tree | bb9baa13d27d7d0150a6ee6c52add5288b502a0d /lib/gras_impl | |
parent | 2001959902f85723c289e3f942ec2e49954a04bc (diff) | |
download | sandhi-a8f263d94f8eb772a3a334aa5bb08c6e30b996ec.tar.gz sandhi-a8f263d94f8eb772a3a334aa5bb08c6e30b996ec.tar.bz2 sandhi-a8f263d94f8eb772a3a334aa5bb08c6e30b996ec.zip |
gras: restore property access w/ json
Diffstat (limited to 'lib/gras_impl')
-rw-r--r-- | lib/gras_impl/query_common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |