diff options
Diffstat (limited to 'src/wx/simple_video_view.h')
| -rw-r--r-- | src/wx/simple_video_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index 323047ada..93b9c6e3d 100644 --- a/src/wx/simple_video_view.h +++ b/src/wx/simple_video_view.h @@ -39,7 +39,7 @@ public: void update (); void start (); - bool display_next_frame (bool non_blocking); + NextFrameResult display_next_frame (bool non_blocking); private: void set_image (boost::shared_ptr<const Image> image) { |
