summaryrefslogtreecommitdiff
path: root/tests/CSGTextCache.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-11-21 20:00:44 (GMT)
committerMarius Kintel <marius@kintel.net>2011-11-21 20:00:44 (GMT)
commit077c144c867d07eced8b50e769089dcbfbfc96b9 (patch)
treef9fe35cb249180e5df6a543c72ed072a639bd3a7 /tests/CSGTextCache.h
parent00cff177efaab72a58045cb4593ea9a3293853d7 (diff)
parentcabff81c70f7d9083c47f5be8b5bc071168e6b35 (diff)
Merge branch 'cache'
Diffstat (limited to 'tests/CSGTextCache.h')
-rw-r--r--tests/CSGTextCache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CSGTextCache.h b/tests/CSGTextCache.h
index 57a6972..62f26ce 100644
--- a/tests/CSGTextCache.h
+++ b/tests/CSGTextCache.h
@@ -1,9 +1,9 @@
#ifndef CSGTEXTCACHE_H_
#define CSGTEXTCACHE_H_
-#include "myqhash.h"
#include "Tree.h"
#include <string>
+#include <boost/unordered_map.hpp>
using std::string;
@@ -20,7 +20,7 @@ public:
void clear();
private:
- QHash<string, string> cache;
+ boost::unordered_map<string, string> cache;
const Tree &tree;
};
contact: Jan Huwald // Impressum