summaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index 2556aaa7..20530750 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -153,7 +153,7 @@ void Sound::clearCache()
#endif
}
-void Sound::close(void)
+void Sound::close()
{
isOk = -1;
clearCache();