diff options
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; }; |
