summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/itemdb.h')
-rw-r--r--src/resources/itemdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h
index 8c90e6769..ee16a6355 100644
--- a/src/resources/itemdb.h
+++ b/src/resources/itemdb.h
@@ -77,7 +77,7 @@ namespace ItemDB
std::string format;
};
- void setStatsList(const std::list<Stat> &stats);
+ void setStatsList(const std::vector<Stat> &stats);
}