diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-06 01:27:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-06 01:27:51 +0000 |
| commit | fd3ba4d4bccbddaf626271d0743a6a9845b351f0 (patch) | |
| tree | 567015f220ecced0d0fff3219c01716bca0886bb /src/wx/swaroop_controls.h | |
| parent | 69f9e9881aa6f8036e93b8a1dba0a5bd1df1f901 (diff) | |
swaroop: make disable-timeline work.
Diffstat (limited to 'src/wx/swaroop_controls.h')
| -rw-r--r-- | src/wx/swaroop_controls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/swaroop_controls.h b/src/wx/swaroop_controls.h index fae54ea0a..bd39f556d 100644 --- a/src/wx/swaroop_controls.h +++ b/src/wx/swaroop_controls.h @@ -57,7 +57,10 @@ private: wxListCtrl* _current_spl_view; wxTextCtrl* _log; + boost::weak_ptr<Content> _current_content; boost::optional<dcp::ContentKind> _current_kind; + bool _current_disable_timeline; std::vector<SPL> _playlists; + boost::optional<int> _selected_playlist; }; |
