Salome HOME
Windows compatibility.
[modules/gui.git] / 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); }