X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbatch.h;h=7212383e01a2e973ac39185592f39c69f3ac76cc;hp=10c61a289e2e5afb71e94c6049126ee4fcbfe877;hb=f50822b9e73a6ecdacbc4af4c4d9aba435a72386;hpb=463746f62d9b48f9fbbba3b2fcf7354067873e94 diff --git a/source/batch.h b/source/batch.h index 10c61a28..7212383e 100644 --- a/source/batch.h +++ b/source/batch.h @@ -66,6 +66,7 @@ public: void draw() const; private: + const void *setup_draw() const; static void set_restart_index(unsigned); };