summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Agafonkin <agafonkin@gmail.com>2018-01-25 19:29:20 +0200
committerVladimir Agafonkin <agafonkin@gmail.com>2018-01-25 19:29:20 +0200
commit69c75267076f2b60d945520d5a500f2f54cbca3b (patch)
tree79ed73331b4ab942758df72f50247b9e88504e51
parent240f134ecdf95a98d1cd3b9b7eb7742f10edadc8 (diff)
downloadqtlocation-mapboxgl-69c75267076f2b60d945520d5a500f2f54cbca3b.tar.gz
fix typo
-rw-r--r--src/mbgl/programs/heatmap_texture_program.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/programs/heatmap_texture_program.hpp b/src/mbgl/programs/heatmap_texture_program.hpp
index 048664bd93..7afe8060d0 100644
--- a/src/mbgl/programs/heatmap_texture_program.hpp
+++ b/src/mbgl/programs/heatmap_texture_program.hpp
@@ -11,7 +11,7 @@ namespace mbgl {
namespace uniforms {
MBGL_DEFINE_UNIFORM_SCALAR(gl::TextureUnit, u_color_ramp);
-} // namespace heatmap
+} // namespace uniforms
class HeatmapTextureProgram : public Program<
shaders::heatmap_texture,