summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/glyph_atlas.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2015-09-11 15:08:54 +0300
committerKonstantin Käfer <mail@kkaefer.com>2015-09-15 13:22:07 +0200
commita3ea4acb7cb4d57ca2f5808b9b600d7c1b7b3cc7 (patch)
treed39c60300f32df4644a3cf3ad705fa9b1e0a1337 /src/mbgl/geometry/glyph_atlas.hpp
parentc33a6bddc66efd18159b111796cce65ad78950f2 (diff)
downloadqtlocation-mapboxgl-a3ea4acb7cb4d57ca2f5808b9b600d7c1b7b3cc7.tar.gz
[core] convert remaining types to use OpenGL header defined variants
Diffstat (limited to 'src/mbgl/geometry/glyph_atlas.hpp')
-rw-r--r--src/mbgl/geometry/glyph_atlas.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/geometry/glyph_atlas.hpp b/src/mbgl/geometry/glyph_atlas.hpp
index f499859d7e..c5c785994d 100644
--- a/src/mbgl/geometry/glyph_atlas.hpp
+++ b/src/mbgl/geometry/glyph_atlas.hpp
@@ -32,8 +32,8 @@ public:
// the texture is only bound when the data is out of date (=dirty).
void upload();
- const uint16_t width = 0;
- const uint16_t height = 0;
+ const GLsizei width;
+ const GLsizei height;
private:
struct GlyphValue {