X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fcommands.h;h=2dc66cfa5232c8ea409162f0d09b829ccb9012a0;hb=0d5406c66549a2cfc2fca701cc1c4972e7fd493a;hp=08fdbffd89223a7cda3648a18f2e8a97c85138cf;hpb=0c7520a69373a5e2c5ec14713ea22a3bdc66f3fa;p=libs%2Fgl.git diff --git a/source/core/commands.h b/source/core/commands.h index 08fdbffd..2dc66cfa 100644 --- a/source/core/commands.h +++ b/source/core/commands.h @@ -17,7 +17,7 @@ private: public: Commands(); - void use_pipeline(const PipelineState &); + void use_pipeline(const PipelineState *); void clear(const ClearValue *); void draw(const Batch &); void draw_instanced(const Batch &, unsigned);