summaryrefslogtreecommitdiff
path: root/src/mbgl/style/paint_property.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-06-04 15:28:23 +0200
committerMolly Lloyd <mollymerp@users.noreply.github.com>2018-08-31 13:08:47 -0700
commitec62e321531b1a836074056e86de8e20018280fb (patch)
treead9df0486cec4f2fe441563dd28a396217da2689 /src/mbgl/style/paint_property.hpp
parent5e9bbfdd44ef9c0a2c5850566c28a40aa2a05151 (diff)
downloadqtlocation-mapboxgl-ec62e321531b1a836074056e86de8e20018280fb.tar.gz
[core] move PaintProperty::Attribute to TypeList and pass to Binder constructors
Diffstat (limited to 'src/mbgl/style/paint_property.hpp')
-rw-r--r--src/mbgl/style/paint_property.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/style/paint_property.hpp b/src/mbgl/style/paint_property.hpp
index 3d9d7710dc..1afc1e5734 100644
--- a/src/mbgl/style/paint_property.hpp
+++ b/src/mbgl/style/paint_property.hpp
@@ -34,6 +34,7 @@ public:
static constexpr bool IsDataDriven = true;
using Attribute = A;
+ using Attributes = TypeList<A>;
using Uniform = U;
};