aboutsummaryrefslogtreecommitdiffstats
path: root/al/auxeffectslot.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/auxeffectslot.h')
-rw-r--r--al/auxeffectslot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h
index 8b80a2d4..b8b41174 100644
--- a/al/auxeffectslot.h
+++ b/al/auxeffectslot.h
@@ -68,7 +68,7 @@ struct ALeffectslot {
/* Self ID */
ALuint id{};
- ALeffectslot();
+ ALeffectslot(ALCcontext *context);
ALeffectslot(const ALeffectslot&) = delete;
ALeffectslot& operator=(const ALeffectslot&) = delete;
~ALeffectslot();