From 34ab7be2251bc8f6afca29c7a2ce3b6f1bc7cb10 Mon Sep 17 00:00:00 2001 From: Mikhail Pozdnyakov Date: Thu, 26 Sep 2019 14:58:00 +0300 Subject: [core] Layer::getPaintProperty() -> Layer::getProperty() --- include/mbgl/style/layers/background_layer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mbgl/style/layers/background_layer.hpp') diff --git a/include/mbgl/style/layers/background_layer.hpp b/include/mbgl/style/layers/background_layer.hpp index ad40e49660..ebdce35d0f 100644 --- a/include/mbgl/style/layers/background_layer.hpp +++ b/include/mbgl/style/layers/background_layer.hpp @@ -24,7 +24,7 @@ public: optional setLayoutProperty(const std::string& name, const conversion::Convertible& value) final; optional setPaintProperty(const std::string& name, const conversion::Convertible& value) final; - StyleProperty getPaintProperty(const std::string& name) const final; + StyleProperty getProperty(const std::string& name) const final; // Paint properties -- cgit v1.2.1