From 3c8af3e24b4c8d8f1d396c78a8d0c490bd311d45 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 7 Feb 2017 16:56:25 +0300 Subject: [PATCH] Windows compatibility. --- tools/PyInterp/src/PyInterp_RefCounterObj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2