summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Agafonkin <agafonkin@gmail.com>2018-01-26 20:34:07 +0200
committerMinh Nguyễn <mxn@1ec5.org>2018-02-06 08:57:42 -0800
commitf3bf2462b971f1071f57f790d52a6f31eb39e0ae (patch)
tree8a1423b95b269a3ee6e279664c8c20827982d2af
parent76f7242e28db95b56bc564916f398ae685c82201 (diff)
downloadqtlocation-mapboxgl-f3bf2462b971f1071f57f790d52a6f31eb39e0ae.tar.gz
yet another try
-rw-r--r--platform/android/src/style/conversion/property_value.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/android/src/style/conversion/property_value.hpp b/platform/android/src/style/conversion/property_value.hpp
index a0e0b82f61..a44303c292 100644
--- a/platform/android/src/style/conversion/property_value.hpp
+++ b/platform/android/src/style/conversion/property_value.hpp
@@ -62,7 +62,6 @@ struct Converter<jni::jobject*, mbgl::style::PropertyValue<T>> {
/**
* Convert core data driven property values to java
*/
-template <class T>
struct Converter<jni::jobject*, mbgl::style::DataDrivenPropertyValue<T>> {
Result<jni::jobject*> operator()(jni::JNIEnv& env, const mbgl::style::DataDrivenPropertyValue<T>& value) const {
@@ -74,7 +73,6 @@ struct Converter<jni::jobject*, mbgl::style::DataDrivenPropertyValue<T>> {
/**
* Convert core heatmap color property values to java
*/
-template <class T>
struct Converter<jni::jobject*, mbgl::style::HeatmapColorPropertyValue> {
Result<jni::jobject*> operator()(jni::JNIEnv& env, const mbgl::style::HeatmapColorPropertyValue& value) const {