X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fview.cpp;fp=source%2Fview.cpp;h=759e90be1f6c0bc0d48a37c8d5d7819313f7654b;hb=d031a80ea06e3ccd01041e9c6024fa62adf25160;hp=6548c7f1e98fd9d38168de8579ad5f5ade983b86;hpb=dafd3a42a2f06bfd8e88f9240fc2f4bd3d401541;p=libs%2Fgl.git diff --git a/source/view.cpp b/source/view.cpp index 6548c7f1..759e90be 100644 --- a/source/view.cpp +++ b/source/view.cpp @@ -23,7 +23,7 @@ void View::set_camera(Camera *c) camera = c; } -void View::set_content(const Renderable *r) +void View::set_content(Renderable *r) { content = r; }