X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbatch.h;h=d42a8629d1a47df3be7ba8a5ea0eeefa68fad52b;hb=66181b3f47322ffc9b8aebf04a8c222abe1a75a2;hp=82d8fbcada662440e5374ec8504cb3106c4104ee;hpb=b0059bd068c99dadfc922584911fcb25a21b737b;p=libs%2Fgl.git diff --git a/source/batch.h b/source/batch.h index 82d8fbca..d42a8629 100644 --- a/source/batch.h +++ b/source/batch.h @@ -34,7 +34,7 @@ public: private: PrimitiveType prim_type; DataType data_type; - std::vector data; + std::vector data; unsigned min_index; unsigned max_index; bool restart;