Skip to content
Snippets Groups Projects
Commit 58ec3b60 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

make destructor virtual (for Pascale Noyret, Salome integration)
parent 2336aeb7
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@
// internal CAD representations
class GEO_Internals;
class OCC_Internals;
class MVertex;
class MElement;
// A geometric model. The model is a "not yet" non-manifold B-Rep.
class GModel
......@@ -60,7 +62,7 @@ class GModel
public:
GModel(std::string name="");
~GModel();
virtual ~GModel();
// the static list of all loaded models
static std::vector<GModel*> list;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment