aboutsummaryrefslogtreecommitdiffstats
path: root/al/auxeffectslot.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r--al/auxeffectslot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h
index 85239cc1..c1c9703f 100644
--- a/al/auxeffectslot.h
+++ b/al/auxeffectslot.h
@@ -51,12 +51,11 @@ struct ALeffectslot {
/* Self ID */
ALuint id{};
- ALeffectslot() { PropsClean.test_and_set(std::memory_order_relaxed); }
+ ALeffectslot();
ALeffectslot(const ALeffectslot&) = delete;
ALeffectslot& operator=(const ALeffectslot&) = delete;
~ALeffectslot();
- ALenum init();
ALenum initEffect(ALeffect *effect, ALCcontext *context);
void updateProps(ALCcontext *context);