diff options
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index a49f16595..ba7c46fcc 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -129,5 +129,9 @@ private: ClosedCaptionsDialog* _closed_captions_dialog; +#ifdef DCPOMATIC_VARIANT_SWAROOP + boost::optional<dcp::ContentKind> _current_kind; +#endif + boost::signals2::scoped_connection _config_changed_connection; }; |
