From 8785f77cd633be92123464310f85ea671689473c Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Tue, 25 Feb 2020 10:21:46 +0200 Subject: [core] Generate layer code --- include/mbgl/style/layers/hillshade_layer.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mbgl/style/layers/hillshade_layer.hpp') diff --git a/include/mbgl/style/layers/hillshade_layer.hpp b/include/mbgl/style/layers/hillshade_layer.hpp index 4c52cd9a22..184e7c390d 100644 --- a/include/mbgl/style/layers/hillshade_layer.hpp +++ b/include/mbgl/style/layers/hillshade_layer.hpp @@ -24,6 +24,7 @@ public: optional setProperty(const std::string& name, const conversion::Convertible& value) final; StyleProperty getProperty(const std::string& name) const final; + Value serialize() const final; // Paint properties -- cgit v1.2.1