From: vsv Date: Fri, 10 Jul 2015 10:01:46 +0000 (+0300) Subject: Fix for compilation errors under windows X-Git-Tag: V_1.3.0~37 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8f569b9b10f43ec41210a2dd80d9deed2c104c1a;p=modules%2Fshaper.git Fix for compilation errors under windows --- diff --git a/src/GeomAPI/GeomAPI_IPresentable.h b/src/GeomAPI/GeomAPI_IPresentable.h index 5bc4de58f..db3d12b4a 100644 --- a/src/GeomAPI/GeomAPI_IPresentable.h +++ b/src/GeomAPI/GeomAPI_IPresentable.h @@ -15,7 +15,7 @@ class GeomAPI_IPresentable { public: - virtual ~GeomAPI_IPresentable(); + GEOMAPI_EXPORT virtual ~GeomAPI_IPresentable(); /** Returns the AIS preview * \param thePrevious - defines a presentation if it was created previously */