summaryrefslogtreecommitdiff
path: root/test/style/filter.cpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-26 16:39:56 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-02 14:51:39 -0700
commitc902f9098b331302aaa1baac77d1575db624a132 (patch)
tree211901cd04454aedbac40c469198438e46d7038c /test/style/filter.cpp
parent18149cbcc27a926f280b08d8d0e09104b2147688 (diff)
downloadqtlocation-mapboxgl-c902f9098b331302aaa1baac77d1575db624a132.tar.gz
[core] Rationalize naming for style-related code
Diffstat (limited to 'test/style/filter.cpp')
-rw-r--r--test/style/filter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/style/filter.cpp b/test/style/filter.cpp
index f258c31492..6e7f62db1b 100644
--- a/test/style/filter.cpp
+++ b/test/style/filter.cpp
@@ -2,7 +2,7 @@
#include <mbgl/style/filter.hpp>
#include <mbgl/style/filter_evaluator.hpp>
-#include <mbgl/style/style_parser.hpp>
+#include <mbgl/style/parser.hpp>
#include <mbgl/tile/geometry_tile.hpp>
#include <rapidjson/document.h>
@@ -10,6 +10,7 @@
#include <map>
using namespace mbgl;
+using namespace mbgl::style;
typedef std::multimap<std::string, mbgl::Value> Properties;