Salome HOME
Win32 compilation.
[modules/yacs.git] / src / runtime / CppNode.hxx
index ba7eabde9e9ea8b856b8c9f99e274c70cbcc538b..a96c629b067076a782ed53b59c2811c09761b18f 100644 (file)
@@ -21,6 +21,7 @@
 #define _CPPNODE_HXX_
 
 #include "ServiceNode.hxx"
+#include "YACSRuntimeSALOMEExport.hxx"
 
 namespace YACS
 {
@@ -42,7 +43,7 @@ namespace YACS
  * \ingroup Nodes
  *
  */
-    class CppNode : public YACS::ENGINE::ServiceNode 
+    class YACSRUNTIMESALOME_EXPORT CppNode : public YACS::ENGINE::ServiceNode 
     {
     protected:
       Node *simpleClone(ComposedNode *father, bool editionOnly) const;