Disable DCP panel stuff which cannot be altered when a DCP is being referenced.
[dcpomatic.git] / src / wx / dcp_panel.h
index 9209d3f9ba5197e64df993cb8b0885f9b87c7691..b8a67b2f5613c8acae69632749ecb1260060c394 100644 (file)
@@ -33,8 +33,8 @@ class wxSpinCtrl;
 class wxSizer;
 
 class AudioDialog;
-
 class Film;
+class Ratio;
 
 class DCPPanel : public boost::noncopyable
 {
@@ -88,6 +88,8 @@ private:
 
        void config_changed ();
 
+       void setup_sensitivity ();
+
        wxPanel* _panel;
        wxNotebook* _notebook;
        wxBoxSizer* _sizer;