X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbatch.h;h=237995dcd7698b60061836336524e9ce8181cdc0;hb=926d77eb54f915a6620eb879a91c1c4bd0f06bbc;hp=aace6528e2cfe2a386338f098ea0dff75f880430;hpb=f71aee8c20ff85e4857e4dfad0c20ce606ea3717;p=libs%2Fgl.git diff --git a/source/batch.h b/source/batch.h index aace6528..237995dc 100644 --- a/source/batch.h +++ b/source/batch.h @@ -31,7 +31,7 @@ public: }; Batch(PrimitiveType t); - void append(uint); + Batch &append(uint); void append(const std::vector &); void draw() const; private: