diff options
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index 0341da290..5f7dc387a 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -38,7 +38,9 @@ class Content; class ContentView; class Film; class FilmViewer; +class MarkersPanel; class PlayerVideo; + class wxListCtrl; class wxToggleButton; @@ -77,6 +79,7 @@ protected: wxSizer* _v_sizer; wxBoxSizer* _button_sizer; std::shared_ptr<Film> _film; + MarkersPanel* _markers; wxSlider* _slider; std::weak_ptr<FilmViewer> _viewer; boost::optional<std::string> _active_job; |
