From 87a70c47930d79017816b8ac7ae1bb06eb6446c9 Mon Sep 17 00:00:00 2001 From: Lauren Budorick Date: Mon, 19 Jun 2017 14:27:43 -0700 Subject: [core] Enable property functions for line-width (#9250) --- include/mbgl/annotation/annotation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mbgl/annotation') diff --git a/include/mbgl/annotation/annotation.hpp b/include/mbgl/annotation/annotation.hpp index 2a938fb755..96e06ca222 100644 --- a/include/mbgl/annotation/annotation.hpp +++ b/include/mbgl/annotation/annotation.hpp @@ -31,7 +31,7 @@ class LineAnnotation { public: ShapeAnnotationGeometry geometry; style::DataDrivenPropertyValue opacity { 1.0f }; - style::PropertyValue width { 1.0f }; + style::DataDrivenPropertyValue width { 1.0f }; style::DataDrivenPropertyValue color { Color::black() }; }; -- cgit v1.2.1