summaryrefslogtreecommitdiff
path: root/src/wx/content_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_panel.h')
-rw-r--r--src/wx/content_panel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h
index 15e0fb6e1..c5378fc36 100644
--- a/src/wx/content_panel.h
+++ b/src/wx/content_panel.h
@@ -71,6 +71,10 @@ public:
bool remove_clicked (bool hotkey);
void timeline_clicked ();
+ FilmViewer* film_viewer () const {
+ return _film_viewer;
+ }
+
boost::signals2::signal<void (void)> SelectionChanged;
private: