summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 31fdbe0c7..8325930a0 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -157,6 +157,8 @@ public:
Frame average_latency() const;
+ void rethrow();
+
/** The image we are viewing changed: call last_image() to get the image */
boost::signals2::signal<void ()> ImageChanged;
std::shared_ptr<const PlayerVideo> last_image() const;