]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/batch.h
Use standard fixed-size integer types
[libs/gl.git] / source / core / batch.h
index f551a5e9fb0952049018d3984beb29835f8fcaf1..51cc573b18be326ac7b3ae4c26b75cf146e77aa6 100644 (file)
@@ -36,7 +36,7 @@ private:
        GLenum gl_prim_type;
        DataType index_type;
        GLenum gl_index_type;
-       std::vector<UInt8> data;
+       std::vector<std::uint8_t> data;
        unsigned max_index;
 
 public: