summaryrefslogtreecommitdiff
path: root/platform/node/src/node_geojson.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/src/node_geojson.hpp')
-rw-r--r--platform/node/src/node_geojson.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/node/src/node_geojson.hpp b/platform/node/src/node_geojson.hpp
index e4b2ca47e7..9bae86b76a 100644
--- a/platform/node/src/node_geojson.hpp
+++ b/platform/node/src/node_geojson.hpp
@@ -5,7 +5,7 @@ namespace style {
namespace conversion {
template <>
-optional<GeoJSON> convertGeoJSON(const v8::Local<v8::Value>&, Error& error) {
+optional<GeoJSON> Converter<GeoJSON>::operator()(const v8::Local<v8::Value>&, Error& error) const {
error = { "not implemented" };
return {};
}