From 2254510cc9cfe6321d71f3dd5ba2042b2111d98d Mon Sep 17 00:00:00 2001 From: ana Date: Tue, 28 Oct 2014 16:22:51 +0300 Subject: [PATCH] Win32 compatibility --- src/OBJECT/SALOME_InteractiveObject.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OBJECT/SALOME_InteractiveObject.hxx b/src/OBJECT/SALOME_InteractiveObject.hxx index 17c29310a..df63cd8cc 100755 --- a/src/OBJECT/SALOME_InteractiveObject.hxx +++ b/src/OBJECT/SALOME_InteractiveObject.hxx @@ -59,7 +59,7 @@ public: Standard_EXPORT Standard_Boolean isComponentType(const char* ComponentDataType); // Must be defined for using by NCollection for ceratin of data map - friend Standard_Boolean IsEqual(const Handle(SALOME_InteractiveObject)& anIO1, + Standard_EXPORT friend Standard_Boolean IsEqual(const Handle(SALOME_InteractiveObject)& anIO1, const Handle(SALOME_InteractiveObject)& anIO2); protected: -- 2.39.2