diff options
Diffstat (limited to 'src/sound.cpp')
-rw-r--r-- | src/sound.cpp | 2 |
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(); |