Salome HOME
Update SketchPlugin_Projection feature (issue #1459)
[modules/shaper.git] / src / GeomAPI / GeomAPI_IPresentable.h
index 8f9a6d8d34d994cc6a3e6911f9100d109f0837b6..db3d12b4ae73ea34100202a4833613e8e9407bd2 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:
+  GEOMAPI_EXPORT virtual ~GeomAPI_IPresentable();
   /** Returns the AIS preview
    *   \param thePrevious - defines a presentation if it was created previously
    */