From 8f569b9b10f43ec41210a2dd80d9deed2c104c1a Mon Sep 17 00:00:00 2001 From: vsv Date: Fri, 10 Jul 2015 13:01:46 +0300 Subject: [PATCH] Fix for compilation errors under windows --- src/GeomAPI/GeomAPI_IPresentable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2