summaryrefslogtreecommitdiffstats
path: root/src/effects/effectchain.h
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-12-07 21:08:48 -0600
committerBe <be@mixxx.org>2020-12-07 21:08:48 -0600
commit3085bbe95107fd789a8a966dfeb341cfe74cfad8 (patch)
tree7aac36fca1cce483218b3f06435d218283f156e3 /src/effects/effectchain.h
parent7d82224170a6e9b9a9242b65c2ccb82ba749949a (diff)
merge 2.3
Diffstat (limited to 'src/effects/effectchain.h')
-rw-r--r--src/effects/effectchain.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/effects/effectchain.h b/src/effects/effectchain.h
index 16b0370db9..c9f646f1fa 100644
--- a/src/effects/effectchain.h
+++ b/src/effects/effectchain.h
@@ -1,5 +1,4 @@
-#ifndef EFFECTCHAIN_H
-#define EFFECTCHAIN_H
+#pragma once
#include <QObject>
#include <QMap>
@@ -128,5 +127,3 @@ class EffectChain : public QObject {
DISALLOW_COPY_AND_ASSIGN(EffectChain);
};
-
-#endif /* EFFECTCHAIN_H */