From 59803d3025683a255737b5ae29bd7fc531a975a3 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 19 Dec 2016 17:10:51 -0800 Subject: [core] Use PropertyMap typedef --- include/mbgl/style/filter_evaluator.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbgl/style/filter_evaluator.hpp b/include/mbgl/style/filter_evaluator.hpp index cf9877da26..659f554bba 100644 --- a/include/mbgl/style/filter_evaluator.hpp +++ b/include/mbgl/style/filter_evaluator.hpp @@ -173,8 +173,8 @@ private: return false; } - bool operator()(const std::unordered_map&, - const std::unordered_map&) const { + bool operator()(const PropertyMap&, + const PropertyMap&) const { // Should be unreachable; nested values are not currently allowed by the style specification. assert(false); return false; -- cgit v1.2.1