diff options
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 4 |
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: |
