diff options
Diffstat (limited to 'src/MusicChunk.hxx')
-rw-r--r-- | src/MusicChunk.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MusicChunk.hxx b/src/MusicChunk.hxx index a9b4c3cfd..a829c26f1 100644 --- a/src/MusicChunk.hxx +++ b/src/MusicChunk.hxx @@ -75,7 +75,7 @@ struct music_chunk { * Replay gain information associated with this chunk. * Only valid if the serial is not 0. */ - struct replay_gain_info replay_gain_info; + ReplayGainInfo replay_gain_info; /** * A serial number for checking if replay gain info has |