Salome HOME
Merge remote branch 'origin/V8_5_asterstudy'
[modules/smesh.git] / src / SMDS / SMDS_Position.hxx
index 62c4042d3322fd09c299aa3afd83d3112b4408c7..31fdde7bc31b6e01603fbbe855a15fc60532c8e8 100644 (file)
@@ -54,7 +54,7 @@ class SMDS_EXPORT SMDS_Position
  */
 
 template<class T>
-class SMDS_EXPORT SMDS_Ptr : public std::unique_ptr< T >
+class SMDS_Ptr : public std::unique_ptr< T >
 {
   bool myIsOwner;