Implement GLView::update.
[dcpomatic.git] / src / wx / video_view.h
index 142cfd022d580135bdd530a938a905031add6a61..656d8621e779cdda57723918381656aa69231cd5 100644 (file)
@@ -46,6 +46,9 @@ public:
 
        virtual void set_image (boost::shared_ptr<const Image> image) = 0;
        virtual wxWindow* get () const = 0;
+       /** Redraw the view after something has changed like content outlining,
+        *  the film being removed, etc.
+        */
        virtual void update () = 0;
 
        /* XXX_b: make pure */