summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchain.h
diff options
context:
space:
mode:
authorbe_ <be.0@gmx.com>2017-12-16 17:17:16 -0600
committerbe_ <be.0@gmx.com>2017-12-16 17:17:16 -0600
commit3ea97980f6e56e53306b2335d2501647bd112f7d (patch)
tree7ad23ea2aea6f91f892d8f938dad59c9b549cda5 /src/effects/effectchain.h
parentf24b95ab6c8335a176bbef303de95880f1623240 (diff)
move ownership of EffectStatesMaps and EffectStatesMapArrays to EffectChain
Diffstat (limited to 'src/effects/effectchain.h')
-rw-r--r--src/effects/effectchain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/effects/effectchain.h b/src/effects/effectchain.h
index e9004652df..916e707bf2 100644
--- a/src/effects/effectchain.h
+++ b/src/effects/effectchain.h
@@ -6,6 +6,7 @@
#include <QList>
#include <QDomDocument>
+#include "effects/defs.h"
#include "effects/effect.h"
#include "engine/channelhandle.h"
#include "util/class.h"
@@ -128,6 +129,7 @@ class EffectChain : public QObject {
QList<EffectPointer> m_effects;
EngineEffectChain* m_pEngineEffectChain;
bool m_bAddedToEngine;
+ EffectStatesMapArray m_effectStatesMapArray;
DISALLOW_COPY_AND_ASSIGN(EffectChain);
};