diff options
Diffstat (limited to 'MainWindow.h')
-rw-r--r-- | MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MainWindow.h b/MainWindow.h index 3c45658..0638719 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -29,6 +29,7 @@ public: CGAL_Nef_polyhedron *root_N; bool recreate_cgal_ogl_p; void *cgal_ogl_p; + PolySet *cgal_ogl_ps; #endif QVector<CSGTerm*> highlight_terms; |