diff options
Diffstat (limited to 'src/mixer.h')
-rw-r--r-- | src/mixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer.h b/src/mixer.h index 2cdf41938..42e458c82 100644 --- a/src/mixer.h +++ b/src/mixer.h @@ -5,7 +5,7 @@ #ifndef MIXER_H #define MIXER_H -typedef struct MixerChannel MixerChannel; +struct MixerChannel; enum { MX_AUTOFREE = 1, |