diff --git a/src/sound/timiditypp/reverb.h b/src/sound/timiditypp/reverb.h index 2cb230ba3..1a5ab5737 100644 --- a/src/sound/timiditypp/reverb.h +++ b/src/sound/timiditypp/reverb.h @@ -464,7 +464,7 @@ typedef struct { int8_t lfo_depth, drive; double resonance, lfo_freq, offset_freq, dry, wet; int32_t dryi, weti, fil_count, fil_cycle; - lfo lfo; + struct lfo lfo; filter_moog_dist fil0, fil1; } InfoXGAutoWah;