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
Branches
Tags
No related merge requests found
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
// internal CAD representations // internal CAD representations
class GEO_Internals; class GEO_Internals;
class OCC_Internals; class OCC_Internals;
class MVertex;
class MElement;
// A geometric model. The model is a "not yet" non-manifold B-Rep. // A geometric model. The model is a "not yet" non-manifold B-Rep.
class GModel class GModel
...@@ -60,7 +62,7 @@ class GModel ...@@ -60,7 +62,7 @@ class GModel
public: public:
GModel(std::string name=""); GModel(std::string name="");
~GModel(); virtual ~GModel();
// the static list of all loaded models // the static list of all loaded models
static std::vector<GModel*> list; 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