summaryrefslogtreecommitdiff
path: root/platform/node/src/node_feature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/src/node_feature.hpp')
-rw-r--r--platform/node/src/node_feature.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/node/src/node_feature.hpp b/platform/node/src/node_feature.hpp
index 7973ee19d4..8d1eceba38 100644
--- a/platform/node/src/node_feature.hpp
+++ b/platform/node/src/node_feature.hpp
@@ -13,6 +13,6 @@ namespace node_mbgl {
v8::Local<v8::Value> toJS(const mbgl::Value&);
v8::Local<v8::Object> toJS(const mbgl::Feature&);
v8::Local<v8::Object> toJS(const mbgl::Feature::geometry_type&);
-v8::Local<v8::Object> toJS(const mbgl::Feature::property_map&);
+v8::Local<v8::Object> toJS(const mbgl::PropertyMap&);
}