X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbatch.h;h=237995dcd7698b60061836336524e9ce8181cdc0;hb=cea3c333797cadd9629aefaa5b82243173a02d16;hp=aace6528e2cfe2a386338f098ea0dff75f880430;hpb=5318aa4fd553be4ce0bc428e73592b787842cdea;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: