diff options
Diffstat (limited to 'src/resources/db/moddb.h')
-rw-r--r-- | src/resources/db/moddb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/moddb.h b/src/resources/db/moddb.h index b09c47747..f1bf1b25d 100644 --- a/src/resources/db/moddb.h +++ b/src/resources/db/moddb.h @@ -42,6 +42,6 @@ namespace ModDB void loadXmlFile(const std::string &fileName); const ModInfos &getAll(); -} +} // namespace ModDB #endif // RESOURCES_DB_MODDB_H |