diff options
Diffstat (limited to 'src/CrossFade.hxx')
-rw-r--r-- | src/CrossFade.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CrossFade.hxx b/src/CrossFade.hxx index b385ea316..81e96e8d3 100644 --- a/src/CrossFade.hxx +++ b/src/CrossFade.hxx @@ -23,6 +23,7 @@ #include "Compiler.h" struct AudioFormat; +class SignedSongTime; struct CrossFadeSettings { /** @@ -60,7 +61,7 @@ struct CrossFadeSettings { * should be disabled for this song change */ gcc_pure - unsigned Calculate(float total_time, + unsigned Calculate(SignedSongTime total_time, float replay_gain_db, float replay_gain_prev_db, const char *mixramp_start, const char *mixramp_prev_end, |