X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Feffects%2Fshadowmap.h;fp=source%2Feffects%2Fshadowmap.h;h=9fc0f4497ac1f160d18062c54bcdf616f80dd99c;hb=233dff2a6c552e08da832496aecd88ef4f8948f1;hp=5f6c5c15e3822cf80df88b3d3b2ae9378ebc5e12;hpb=cbe2ec1f080b117faf9bf0ad2d92d5d4f2379584;p=libs%2Fgl.git diff --git a/source/effects/shadowmap.h b/source/effects/shadowmap.h index 5f6c5c15..9fc0f449 100644 --- a/source/effects/shadowmap.h +++ b/source/effects/shadowmap.h @@ -59,7 +59,7 @@ public: virtual void setup_frame(Renderer &); virtual void finish_frame(); - virtual void render(Renderer &, const Tag & = Tag()) const; + virtual void render(Renderer &, Tag = Tag()) const; }; } // namespace GL