summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xas/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xas/object.h b/include/xas/object.h
index 4392892..91287f5 100644
--- a/include/xas/object.h
+++ b/include/xas/object.h
@@ -13,7 +13,7 @@ typedef int (*xas_object_set_gain_callback)(xas_object *object, float gain);
typedef int (*xas_object_set_freq_callback)(xas_object *object, size_t freq);
-typedef int (*xas_object_set_bank_callback)(xas_object *object, size_t gain);
+typedef int (*xas_object_set_bank_callback)(xas_object *object, size_t bank);
typedef xas_audio_stream *(*xas_object_stream_new_callback)(xas_object *object);