diff options
Diffstat (limited to 'include/xas')
-rw-r--r-- | include/xas/mixer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xas/mixer.h b/include/xas/mixer.h index 79d6ffb..3cf8067 100644 --- a/include/xas/mixer.h +++ b/include/xas/mixer.h @@ -21,6 +21,7 @@ typedef struct _xas_mixer_input { } xas_mixer_input; typedef struct _xas_mixer { + xas_object obj; xas_mixer_input *inputs, *last; |