From 1a16dfd8c266a5262d90b81a73520739473c556f Mon Sep 17 00:00:00 2001 From: artemp Date: Fri, 25 Nov 2016 17:19:30 +0100 Subject: [PATCH] fix namespace --- src/json/extract_bounding_boxes_x3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json/extract_bounding_boxes_x3.cpp b/src/json/extract_bounding_boxes_x3.cpp index 7ca64afc5..8aae1db1f 100644 --- a/src/json/extract_bounding_boxes_x3.cpp +++ b/src/json/extract_bounding_boxes_x3.cpp @@ -186,7 +186,7 @@ void extract_bounding_boxes(Iterator start, Iterator end, Boxes & boxes) std::size_t bracket_counter = 0; auto feature_collection_impl = x3::with(std::ref(bracket_counter)) [x3::with(std::ref(callback)) - [x3::with(std::ref(keys)) + [x3::with(std::ref(keys)) [mapnik::json::grammar::feature_collection] ]];