summaryrefslogtreecommitdiff
path: root/src/wx/video_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/video_view.h')
-rw-r--r--src/wx/video_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h
index 3ea03a5fd..a7ab36388 100644
--- a/src/wx/video_view.h
+++ b/src/wx/video_view.h
@@ -63,6 +63,8 @@ public:
/** Called when playback stops */
virtual void stop () {}
+ virtual wxWindow* get_meters() const = 0;
+
enum NextFrameResult {
FAIL,
AGAIN,