]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_IPresentable.h
Salome HOME
Avoid problem with dynamic_cast under SALOME release
[modules/shaper.git] / src / GeomAPI / GeomAPI_IPresentable.h
index 8f9a6d8d34d994cc6a3e6911f9100d109f0837b6..5bc4de58fddc5d3e62b9fed6486f4dfec6761493 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        GeomAPI_IPresentable.hxx
 // Created:     17 July 2014
 // Author:      Vitaly SMETANNIKOV
@@ -13,6 +15,7 @@
 class GeomAPI_IPresentable
 {
  public:
+  virtual ~GeomAPI_IPresentable();
   /** Returns the AIS preview
    *   \param thePrevious - defines a presentation if it was created previously
    */