Browse Source

Fix compile error.

Miku AuahDark 5 years ago
parent
commit
7697f34c5d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/modules/sound/lullaby/Sound.cpp

+ 4 - 0
src/modules/sound/lullaby/Sound.cpp

@@ -68,6 +68,10 @@ Sound::Sound()
 {
 }
 
+Sound::~Sound()
+{
+}
+
 const char *Sound::getName() const
 {
 	return "love.sound.lullaby";