diff options
Diffstat (limited to 'src/resources/db/sounddb.h')
-rw-r--r-- | src/resources/db/sounddb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/sounddb.h b/src/resources/db/sounddb.h index 5d1361088..eca7286a2 100644 --- a/src/resources/db/sounddb.h +++ b/src/resources/db/sounddb.h @@ -34,6 +34,6 @@ namespace SoundDB void unload(); std::string &getSound(const int id); -} +} // namespace SoundDB #endif // RESOURCES_DB_SOUNDDB_H |