From: rnv Date: Tue, 7 Feb 2017 13:56:25 +0000 (+0300) Subject: Windows compatibility. X-Git-Tag: SHAPER_2.7.0~3^2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3c8af3e24b4c8d8f1d396c78a8d0c490bd311d45;p=modules%2Fgui.git Windows compatibility. --- diff --git a/tools/PyInterp/src/PyInterp_RefCounterObj.h b/tools/PyInterp/src/PyInterp_RefCounterObj.h index b251b090c..0afd178de 100644 --- a/tools/PyInterp/src/PyInterp_RefCounterObj.h +++ b/tools/PyInterp/src/PyInterp_RefCounterObj.h @@ -25,7 +25,7 @@ #include "PyInterp.h" template -class PYINTERP_EXPORT PyInterp_Auto +class PyInterp_Auto { public: PyInterp_Auto(const PyInterp_Auto& other):_ptr(0) { referPtr(other._ptr); }