summaryrefslogtreecommitdiff
path: root/src/resources/db/statdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/statdb.h')
-rw-r--r--src/resources/db/statdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/statdb.h b/src/resources/db/statdb.h
index 860235439..247c50ddb 100644
--- a/src/resources/db/statdb.h
+++ b/src/resources/db/statdb.h
@@ -39,7 +39,7 @@ namespace StatDb
void loadXmlFile(const std::string &fileName,
const SkipError skipError);
- void setStatsList(const std::vector<ItemDB::Stat> &stats);
+ void addBasicStats();
const std::vector<ItemDB::Stat> &getExtraStats();
} // namespace StatDb