diff --git a/sc2/src/sc2code/libs/sound/decoders/decoder.h b/sc2/src/sc2code/libs/sound/decoders/decoder.h index 3b60cf741..1b1d62e34 100644 --- a/sc2/src/sc2code/libs/sound/decoders/decoder.h +++ b/sc2/src/sc2code/libs/sound/decoders/decoder.h @@ -48,7 +48,7 @@ typedef struct tfb_sounddecoderfunc { const char* (* GetName) (void); bool (* InitModule) (int flags, const TFB_DecoderFormats*); - void (* TermModule) (); + void (* TermModule) (void); uint32 (* GetStructSize) (void); int (* GetError) (THIS_PTR); bool (* Init) (THIS_PTR);