summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Agafonkin <agafonkin@gmail.com>2018-01-25 19:29:20 +0200
committerMinh Nguyễn <mxn@1ec5.org>2018-02-06 08:57:41 -0800
commit202eca2e3fbe82be21d809582b44803c07e60a0f (patch)
treec68c6e8bfb47d2544193790482cc7238361c1a63
parentcfec310625d396f78da192aecdddce0fd56da54c (diff)
downloadqtlocation-mapboxgl-202eca2e3fbe82be21d809582b44803c07e60a0f.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,