summaryrefslogtreecommitdiff
path: root/src/resources/db
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db')
-rw-r--r--src/resources/db/statdb.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/db/statdb.cpp b/src/resources/db/statdb.cpp
index 7911009a3..26734bdb3 100644
--- a/src/resources/db/statdb.cpp
+++ b/src/resources/db/statdb.cpp
@@ -35,9 +35,9 @@
namespace
{
bool mLoaded = false;
- static std::vector<BasicStat> mBasicStats;
- static std::map<std::string, std::vector<BasicStat> > mStats;
- static std::vector<std::string> mPages;
+ std::vector<BasicStat> mBasicStats;
+ std::map<std::string, std::vector<BasicStat> > mStats;
+ std::vector<std::string> mPages;
} // namespace
void StatDb::addDefaultStats()