C++11 tidying.
[dcpomatic.git] / src / wx / gl_video_view.h
index 4a2184f407391b8703d76b1b4fffac6c86809618..0186417d2dbc48c65e400361aaffaee8b2296700 100644 (file)
@@ -40,14 +40,14 @@ public:
        GLVideoView (FilmViewer* viewer, wxWindow* parent);
        ~GLVideoView ();
 
-       wxWindow* get () const {
+       wxWindow* get () const override {
                return _canvas;
        }
-       void update ();
-       void start ();
-       void stop ();
+       void update () override;
+       void start () override;
+       void stop () override;
 
-       NextFrameResult display_next_frame (bool);
+       NextFrameResult display_next_frame (bool) override;
 
        bool vsync_enabled () const {
                return _vsync_enabled;