X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Feffect.h;fp=source%2Feffects%2Feffect.h;h=c43cda3a39303822361f23405b74bedf2dfbc635;hb=233dff2a6c552e08da832496aecd88ef4f8948f1;hp=c68bc944f8edd0a8dc2490e74e1234bace23fa12;hpb=cbe2ec1f080b117faf9bf0ad2d92d5d4f2379584;p=libs%2Fgl.git diff --git a/source/effects/effect.h b/source/effects/effect.h index c68bc944..c43cda3a 100644 --- a/source/effects/effect.h +++ b/source/effects/effect.h @@ -26,8 +26,8 @@ protected: public: virtual ~Effect() { } - void enable_for_pass(const Tag &); - void disable_for_pass(const Tag &); + void enable_for_pass(Tag); + void disable_for_pass(Tag); virtual const Matrix *get_matrix() const { return renderable.get_matrix(); } virtual const Geometry::BoundingSphere *get_bounding_sphere() const { return renderable.get_bounding_sphere(); }