summaryrefslogtreecommitdiffstats
path: root/src/widget/weffectchain.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/widget/weffectchain.h
parent7d82224170a6e9b9a9242b65c2ccb82ba749949a (diff)
merge 2.3
Diffstat (limited to 'src/widget/weffectchain.h')
-rw-r--r--src/widget/weffectchain.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/widget/weffectchain.h b/src/widget/weffectchain.h
index 45b81c8700..2bfa9658c6 100644
--- a/src/widget/weffectchain.h
+++ b/src/widget/weffectchain.h
@@ -1,5 +1,4 @@
-#ifndef WEFFECTCHAIN_H
-#define WEFFECTCHAIN_H
+#pragma once
#include <QWidget>
#include <QLabel>
@@ -28,5 +27,3 @@ class WEffectChain : public WLabel {
EffectsManager* m_pEffectsManager;
EffectChainSlotPointer m_pEffectChainSlot;
};
-
-#endif /* WEFFECTCHAIN_H */