diff options
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r-- | Project/ControlEditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h index e42b0c0..232ebd8 100644 --- a/Project/ControlEditor.h +++ b/Project/ControlEditor.h @@ -26,6 +26,7 @@ class Constant; class Gain; class ChartView; +class ElementDataObject; enum ControlElementButtonID { ID_IO = 0, ID_TF, ID_SUM, ID_CONST, ID_LIMITER, ID_GAIN, ID_MULT, ID_EXP, ID_RATELIM }; |