diff options
author | Max Kellermann <max@duempel.org> | 2013-10-25 19:09:22 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-25 19:12:38 +0200 |
commit | 6d475c40de567d778fa6f96c379687a8bf83f82b (patch) | |
tree | 6302688c49ab48a514b593812688610ca9da2b75 /src/MusicChunk.hxx | |
parent | ed7891bf014c5085240361d605a0eaf24f74e7df (diff) | |
download | mpd-6d475c40de567d778fa6f96c379687a8bf83f82b.tar.gz mpd-6d475c40de567d778fa6f96c379687a8bf83f82b.tar.xz mpd-6d475c40de567d778fa6f96c379687a8bf83f82b.zip |
ReplayGainInfo: use CamelCase for struct name
Diffstat (limited to '')
-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 |