diff options
Diffstat (limited to 'src/resources/chardb.cpp')
-rw-r--r-- | src/resources/chardb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/chardb.cpp b/src/resources/chardb.cpp index 577cdc111..7c741c15c 100644 --- a/src/resources/chardb.cpp +++ b/src/resources/chardb.cpp @@ -37,7 +37,7 @@ namespace unsigned mMaxStat = 0; unsigned mSumStat = 0; std::vector<int> mDefaultItems; -} +} // namespace void CharDB::load() { |