summaryrefslogtreecommitdiffstats
path: root/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixer.h')
-rw-r--r--mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixer.h b/mixer.h
index 30a050407f..63a8113f9c 100644
--- a/mixer.h
+++ b/mixer.h
@@ -10,7 +10,7 @@ extern int soft_vol;
extern float soft_vol_max;
typedef struct mixer_s {
- ao_functions_t *audio_out;
+ const ao_functions_t *audio_out;
af_stream_t *afilter;
int volstep;
int muted;