X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fview.h;h=24188de44564f02d6a66e4b6feb7e43a5cf2bbb4;hp=6aca12f1a117ab3d3c0f14ffdfb565075d289d0b;hb=e598e9d8dacad73b7ee1688e2be738e94b07b9fa;hpb=26deb4ad8f59c0ec7b5d128e5e68363865b2d237 diff --git a/source/view.h b/source/view.h index 6aca12f1..24188de4 100644 --- a/source/view.h +++ b/source/view.h @@ -21,7 +21,7 @@ protected: Renderable *content; std::list synced_cameras; - View(); + View(Framebuffer &); public: virtual unsigned get_width() const { return target.get_width(); }