diff options
Diffstat (limited to 'src/resources/chardb.h')
-rw-r--r-- | src/resources/chardb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/chardb.h b/src/resources/chardb.h index fd7770061..e6ec15a3c 100644 --- a/src/resources/chardb.h +++ b/src/resources/chardb.h @@ -62,6 +62,6 @@ namespace CharDB unsigned getSumStat() A_WARN_UNUSED; const std::vector<int> &getDefaultItems() A_WARN_UNUSED; -} +} // namespace CharDB #endif |