diff options
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 |