Salome HOME
Fixed errors in CMake FindXXX modules. Fixed Windows compilation errors.
[tools/libbatch.git] / src / Core / Batch_Couple.hxx
index a6ce2d9e25c5c650500b0fa3122c6113295c3d88..ee38dffb0cac6269a5bb5a5205f926883b0bde69 100644 (file)
@@ -51,7 +51,7 @@ namespace Batch {
     virtual ~Couple() {}
 
     // Operateur pour l'affichage sur un stream
-    friend std::ostream & operator << (std::ostream & os, const Couple & cp);
+    BATCH_EXPORT friend std::ostream & operator << (std::ostream & os, const Couple & cp);
 
     // Operateur d'affectation
     virtual Couple & operator =(const Couple &);