Salome HOME
Fixed errors in CMake FindXXX modules. Fixed Windows compilation errors.
[tools/libbatch.git] / src / Core / Batch_Versatile.hxx
index ec42d18cd2208d2296f469cbcb9e217d26198c41..6a3a9459423b89e944e388f8630949e59270bbe6 100644 (file)
@@ -91,7 +91,7 @@ namespace Batch {
     std::string str() const throw(TypeMismatchException);
 
                // Operateur pour l'affichage sur un stream
-    friend std::ostream & operator << (std::ostream & os, const Versatile & );
+    BATCH_EXPORT friend std::ostream & operator << (std::ostream & os, const Versatile & );
 
                // Positionnement et recuperation du type de l'element interne
     void setType(DiscriminatorType) throw(TypeMismatchException);