From 609cdb0fd7b569dade2c3148f21024f280636154 Mon Sep 17 00:00:00 2001 From: Ivo van Dongen Date: Tue, 28 Feb 2017 02:45:13 +0200 Subject: [android] fix ownership of style layer after delete --- platform/android/src/style/layers/line_layer.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/android/src/style/layers/line_layer.hpp') diff --git a/platform/android/src/style/layers/line_layer.hpp b/platform/android/src/style/layers/line_layer.hpp index e2fc93329e..a79c8b9021 100644 --- a/platform/android/src/style/layers/line_layer.hpp +++ b/platform/android/src/style/layers/line_layer.hpp @@ -22,6 +22,8 @@ public: LineLayer(mbgl::Map&, mbgl::style::LineLayer&); + LineLayer(mbgl::Map&, std::unique_ptr); + ~LineLayer(); // Property getters -- cgit v1.2.1