summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-01-31 23:50:57 +0000
committerCarl Hetherington <cth@carlh.net>2018-01-31 23:50:57 +0000
commit4b3554db5556f8745ff36c5ca80423aaa41ae506 (patch)
tree36386608a7da560213f92b84b47d349ec3a60704 /src/wx/dcp_panel.h
parent0a83994b5308cadc36e08d944bc65c2aef84449e (diff)
Disable DCP panel stuff which cannot be altered when a DCP is being referenced.
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index f2e0455c9..b8a67b2f5 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -88,6 +88,8 @@ private:
void config_changed ();
+ void setup_sensitivity ();
+
wxPanel* _panel;
wxNotebook* _notebook;
wxBoxSizer* _sizer;