X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPyConsole%2FPyConsole_EnhInterp.h;h=1af977cc09f31d060bfcd3d7b735fdec7934a82e;hb=72fe2af9c04daae44747cdce2f03ec395a4e5511;hp=b01f68973c8fcf253acdab4875bb10b66307c738;hpb=401394b2e312e5c4ecd6a410b90eb2c159a675bf;p=modules%2Fshaper.git diff --git a/src/PyConsole/PyConsole_EnhInterp.h b/src/PyConsole/PyConsole_EnhInterp.h index b01f68973..1af977cc0 100644 --- a/src/PyConsole/PyConsole_EnhInterp.h +++ b/src/PyConsole/PyConsole_EnhInterp.h @@ -15,8 +15,7 @@ * Enhanced Python interpreter used for auto-completion. * This extends PyConsole_Interp with an API wrapping the Python dir() command nicely. */ -//PYCONSOLE_EXPORT -class PyConsole_EnhInterp: public PyConsole_Interp +class PYCONSOLE_EXPORT PyConsole_EnhInterp: public PyConsole_Interp { public: PyConsole_EnhInterp()