X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbatch.h;fp=source%2Fbatch.h;h=d42a8629d1a47df3be7ba8a5ea0eeefa68fad52b;hb=c897f76c44c2baaa90c0f85e0bcbee152a99272a;hp=82d8fbcada662440e5374ec8504cb3106c4104ee;hpb=f5469600171c951438fb62df6427bf968adda28c;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;