aboutsummaryrefslogtreecommitdiffstats
path: root/al/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/source.h')
-rw-r--r--al/source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.h b/al/source.h
index e0219a04..7ca889d7 100644
--- a/al/source.h
+++ b/al/source.h
@@ -117,7 +117,7 @@ struct ALsource {
ALuint id{0};
- ALsource(ALsizei num_sends);
+ ALsource(ALuint num_sends);
~ALsource();
ALsource(const ALsource&) = delete;