diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-21 23:35:13 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-21 23:35:13 (GMT) |
commit | 4843022bf4755d7fafe58faee430a6f62f51ca8f (patch) | |
tree | 34ce84fbfdbfb720b4aae4ae575f296341bbccab /src/CGALCache.h | |
parent | e31bb0f60312e692f5ef57fd3823e413cc8a669c (diff) | |
parent | b211fe5158160910c73397bc401fb846c45a7295 (diff) |
Merge remote branch 'upstream/master' into cakebaby
Diffstat (limited to 'src/CGALCache.h')
-rw-r--r-- | src/CGALCache.h | 5 |
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 |