diff options
Diffstat (limited to 'src/CGALEvaluator.h')
-rw-r--r-- | src/CGALEvaluator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CGALEvaluator.h b/src/CGALEvaluator.h index 2453c25..a8e9844 100644 --- a/src/CGALEvaluator.h +++ b/src/CGALEvaluator.h @@ -49,6 +49,9 @@ private: QHash<string, CGAL_Nef_polyhedron> &cache; const Tree &tree; +public: + // FIXME: Do we need to make this visible? Used for cache management + // Note: psevaluator constructor needs this->tree to be initialized first PolySetCGALEvaluator psevaluator; }; |