summaryrefslogtreecommitdiff
path: root/src/mbgl/style
diff options
context:
space:
mode:
authorAnand Thakker <github@anandthakker.net>2017-07-10 10:48:10 -0400
committerAnand Thakker <github@anandthakker.net>2017-07-10 10:48:10 -0400
commit70809fd85f890e326b1d963eb6ace7b93be46d61 (patch)
tree761815f7445bf0b9d72b7dbe06118c0b3e33b78e /src/mbgl/style
parent2893112609489ae007b087474ac7a2349c0c04d9 (diff)
downloadqtlocation-mapboxgl-upstream/expressions-temp.tar.gz
troubleshooting 'duplicate symbol' link errorupstream/expressions-temp
Diffstat (limited to 'src/mbgl/style')
-rw-r--r--src/mbgl/style/expression/type.cpp (renamed from src/mbgl/style/function/type.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/function/type.cpp b/src/mbgl/style/expression/type.cpp
index 5e1a95433f..2b7f78a8d8 100644
--- a/src/mbgl/style/function/type.cpp
+++ b/src/mbgl/style/expression/type.cpp
@@ -1,4 +1,4 @@
-#include <mbgl/style/function/type.hpp>
+#include <mbgl/style/expression/type.hpp>
namespace mbgl {
namespace style {