Salome HOME
Make RefAttr able point to attribute or to feature
[modules/shaper.git] / src / PyConsole / PyConsole_EnhInterp.h
index b01f68973c8fcf253acdab4875bb10b66307c738..1af977cc09f31d060bfcd3d7b735fdec7934a82e 100644 (file)
@@ -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()