Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / PyConsole / PyConsole_EnhInterp.h
index 1af977cc09f31d060bfcd3d7b735fdec7934a82e..b01f68973c8fcf253acdab4875bb10b66307c738 100644 (file)
@@ -15,7 +15,8 @@
  * Enhanced Python interpreter used for auto-completion.
  * This extends PyConsole_Interp with an API wrapping the Python dir() command nicely.
  */
-class PYCONSOLE_EXPORT PyConsole_EnhInterp: public PyConsole_Interp
+//PYCONSOLE_EXPORT
+class PyConsole_EnhInterp: public PyConsole_Interp
 {
 public:
   PyConsole_EnhInterp()