X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbatch.h;h=4a2e4b340501a57c222eff7c44b8fb95750fe7dc;hb=a4ec5410595ddf37bfbc0e85ad87d31a9cbf94f1;hp=aace6528e2cfe2a386338f098ea0dff75f880430;hpb=f71aee8c20ff85e4857e4dfad0c20ce606ea3717;p=libs%2Fgl.git diff --git a/source/batch.h b/source/batch.h index aace6528..4a2e4b34 100644 --- a/source/batch.h +++ b/source/batch.h @@ -9,7 +9,6 @@ Distributed under the LGPL #define MSP_GL_BATCH_H_ #include -#include #include #include "primitivetype.h" #include "types.h" @@ -31,7 +30,7 @@ public: }; Batch(PrimitiveType t); - void append(uint); + Batch &append(uint); void append(const std::vector &); void draw() const; private: