]> git.tdb.fi Git - libs/gl.git/blobdiff - source/view.h
Some cleanup for View and WindowView
[libs/gl.git] / source / view.h
index 6aca12f1a117ab3d3c0f14ffdfb565075d289d0b..24188de44564f02d6a66e4b6feb7e43a5cf2bbb4 100644 (file)
@@ -21,7 +21,7 @@ protected:
        Renderable *content;
        std::list<Camera *> synced_cameras;
 
-       View();
+       View(Framebuffer &);
 
 public:
        virtual unsigned get_width() const { return target.get_width(); }