Salome HOME
Issue #385 issue with "thin" lines on debian resolved
[modules/shaper.git] / src / GeomAPI / GeomAPI_ICustomPrs.h
index c398a33bce83e204803d9bfc3fa7dd6bfbba7e80..72c362d657e7e46787e30f3852cc878781de4e70 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef GeomAPI_ICustomPrs_H
 #define GeomAPI_ICustomPrs_H
 
+#include "GeomAPI.h"
 #include "GeomAPI_AISObject.h"
 
 /**
 class GeomAPI_ICustomPrs
 {
 public:
+  GEOMAPI_EXPORT virtual ~GeomAPI_ICustomPrs();
+
+  /// Modifies the given presentation in the custom way.
   virtual void customisePresentation(AISObjectPtr thePrs) = 0;
 };
 
 typedef std::shared_ptr<GeomAPI_ICustomPrs> GeomCustomPrsPtr;
 
-#endif
\ No newline at end of file
+#endif