diff options
Diffstat (limited to 'src/mixer/Volume.hxx')
-rw-r--r-- | src/mixer/Volume.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixer/Volume.hxx b/src/mixer/Volume.hxx index d787a6415..8c693bfc7 100644 --- a/src/mixer/Volume.hxx +++ b/src/mixer/Volume.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2014 The Music Player Daemon Project + * Copyright (C) 2003-2015 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -49,6 +49,6 @@ save_sw_volume_state(BufferedOutputStream &os); */ gcc_pure unsigned -sw_volume_state_get_hash(void); +sw_volume_state_get_hash(); #endif |