ReplayGainCoinfig: make DEFAULT_REPLAYGAIN_LIMIT static

This commit is contained in:
Max Kellermann 2013-01-09 08:56:14 +01:00
parent 2564f763d7
commit f8a99a391e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ extern "C" {
enum replay_gain_mode replay_gain_mode = REPLAY_GAIN_OFF;
const bool DEFAULT_REPLAYGAIN_LIMIT = true;
static constexpr bool DEFAULT_REPLAYGAIN_LIMIT = true;
float replay_gain_preamp = 1.0;
float replay_gain_missing_preamp = 1.0;