summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/painter.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-09-30 12:29:39 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-10-05 10:52:19 -0700
commitb9b8657d43aa1172e9ca6be162e915006806ee57 (patch)
tree5b6db500e346f68f11cb0ad1b9333d32b1054099 /src/mbgl/renderer/painter.hpp
parent73334ac8fa330af05dd91906a4e5d1bbda7d5c34 (diff)
downloadqtlocation-mapboxgl-b9b8657d43aa1172e9ca6be162e915006806ee57.tar.gz
[core] Put VertexArrayObject in gl namespace
Diffstat (limited to 'src/mbgl/renderer/painter.hpp')
-rw-r--r--src/mbgl/renderer/painter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/renderer/painter.hpp b/src/mbgl/renderer/painter.hpp
index 55f5c654b9..c33ad47020 100644
--- a/src/mbgl/renderer/painter.hpp
+++ b/src/mbgl/renderer/painter.hpp
@@ -192,7 +192,7 @@ private:
gl::VertexBuffer<PlainVertex> tileLineStripVertexes;
gl::VertexBuffer<RasterVertex> rasterVertexes;
- VertexArrayObject tileBorderArray;
+ gl::VertexArrayObject tileBorderArray;
};
} // namespace mbgl