summaryrefslogtreecommitdiff
path: root/src/CGALCache.h
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2011-11-21 23:35:13 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2011-11-21 23:35:13 (GMT)
commit4843022bf4755d7fafe58faee430a6f62f51ca8f (patch)
tree34ce84fbfdbfb720b4aae4ae575f296341bbccab /src/CGALCache.h
parente31bb0f60312e692f5ef57fd3823e413cc8a669c (diff)
parentb211fe5158160910c73397bc401fb846c45a7295 (diff)
Merge remote branch 'upstream/master' into cakebaby
Diffstat (limited to 'src/CGALCache.h')
-rw-r--r--src/CGALCache.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/CGALCache.h b/src/CGALCache.h
index 7d3a2d9..87e3343 100644
--- a/src/CGALCache.h
+++ b/src/CGALCache.h
@@ -1,8 +1,7 @@
#ifndef CGALCACHE_H_
#define CGALCACHE_H_
-#include "myqhash.h"
-#include <QCache>
+#include "cache.h"
/*!
*/
@@ -22,7 +21,7 @@ public:
private:
static CGALCache *inst;
- QCache<std::string, CGAL_Nef_polyhedron> cache;
+ Cache<std::string, CGAL_Nef_polyhedron> cache;
};
#endif
contact: Jan Huwald // Impressum