diff options
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.h b/src/sound.h index 21a17a770..eb81bf028 100644 --- a/src/sound.h +++ b/src/sound.h @@ -53,7 +53,7 @@ class Sound final : public ConfigListener public: Sound(); - A_DELETE_COPY(Sound); + A_DELETE_COPY(Sound) ~Sound(); |