Salome HOME
Windows compatibility.
authorrnv <rnv@opencascade.com>
Tue, 7 Feb 2017 13:56:25 +0000 (16:56 +0300)
committerrnv <rnv@opencascade.com>
Tue, 7 Feb 2017 13:56:25 +0000 (16:56 +0300)
tools/PyInterp/src/PyInterp_RefCounterObj.h

index b251b090c294cbb02d134a93dd0c06e83ffdf995..0afd178dec6e487e6922e8c39f78d27b5f6b9357 100644 (file)
@@ -25,7 +25,7 @@
 #include "PyInterp.h"
 
 template<class T>
-class PYINTERP_EXPORT PyInterp_Auto
+class PyInterp_Auto
 {
 public:
   PyInterp_Auto(const PyInterp_Auto& other):_ptr(0) { referPtr(other._ptr); }