ReplayGainMode: convert to strictly-typed enum

This commit is contained in:
Max Kellermann
2016-11-24 17:21:23 +01:00
parent 4f229c254c
commit 5f396e824f
8 changed files with 29 additions and 27 deletions

View File

@@ -178,7 +178,7 @@ struct Partition final : QueueListener, PlayerListener, MixerListener {
/**
* Publishes the effective #ReplayGainMode to all subsystems.
* #REPLAY_GAIN_AUTO is substituted.
* #ReplayGainMode::AUTO is substituted.
*
* @param mode the configured mode
*/