X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffect.h;h=1211c3b5094dee3ba14c73aed6f258b39d0aabd8;hp=e99bc2576d9eb97220faed58f214b790779ab085;hb=d031a80ea06e3ccd01041e9c6024fa62adf25160;hpb=dafd3a42a2f06bfd8e88f9240fc2f4bd3d401541 diff --git a/source/effect.h b/source/effect.h index e99bc257..1211c3b5 100644 --- a/source/effect.h +++ b/source/effect.h @@ -15,10 +15,10 @@ the wrapped Renderable's render method, and clean up after itself. class Effect: public Renderable { protected: - const Renderable &renderable; + Renderable &renderable; std::set enabled_passes; - Effect(const Renderable &); + Effect(Renderable &); public: virtual ~Effect() { }