X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpipeline.h;h=e4509af8364c77b84c512f141d8d3f30b66f0a78;hb=25c81b4953dd38993250321b9407ce8b0139cbeb;hp=a63eeb5f686a2deb4cd541e60cd0b05ab0a7101a;hpb=c216893af147042e40c389e2530e71277c343044;p=libs%2Fgl.git diff --git a/source/pipeline.h b/source/pipeline.h index a63eeb5f..e4509af8 100644 --- a/source/pipeline.h +++ b/source/pipeline.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspgl -Copyright © 2009 Mikko Rasa, Mikkosoft Productions +Copyright © 2009-2011 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -65,7 +65,7 @@ public: void add_effect(Effect &); void add_postprocessor(PostProcessor &); - virtual void render(const Tag &tag = Tag()) const; + virtual void render(Renderer &, const Tag &tag = Tag()) const; void render_all() const; };