summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/extrusion_texture_program.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/programs/extrusion_texture_program.hpp')
-rw-r--r--src/mbgl/programs/extrusion_texture_program.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/programs/extrusion_texture_program.hpp b/src/mbgl/programs/extrusion_texture_program.hpp
index 24c98ec536..e2977a36cb 100644
--- a/src/mbgl/programs/extrusion_texture_program.hpp
+++ b/src/mbgl/programs/extrusion_texture_program.hpp
@@ -12,7 +12,7 @@ namespace mbgl {
class ExtrusionTextureProgram : public Program<
shaders::extrusion_texture,
- gfx::Triangle,
+ gfx::PrimitiveType::Triangle,
TypeList<attributes::a_pos>,
TypeList<
uniforms::u_matrix,