]> git.tdb.fi Git - libs/gl.git/blobdiff - source/shadowmap.cpp
Store Renderables as non-const pointers or references
[libs/gl.git] / source / shadowmap.cpp
index 4ad192cad1d737cb90dc464f4e9ca7b639ca8d70..d8853d9e3e229f5eff23631e437fc20eaea8ffd0 100644 (file)
@@ -15,7 +15,7 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-ShadowMap::ShadowMap(unsigned s, const Renderable &r, const Light &l):
+ShadowMap::ShadowMap(unsigned s, Renderable &r, const Light &l):
        Effect(r),
        size(s),
        light(l),