From fd1f32bef8d9e75a407e07d51c79627846ecfb03 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 25 Dec 2012 05:25:17 +0000 Subject: [PATCH] Win32 compatibility --- src/SMESHUtils/SMESH_TryCatch.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SMESHUtils/SMESH_TryCatch.hxx b/src/SMESHUtils/SMESH_TryCatch.hxx index 8f1746c83..18b9eecaa 100644 --- a/src/SMESHUtils/SMESH_TryCatch.hxx +++ b/src/SMESHUtils/SMESH_TryCatch.hxx @@ -102,8 +102,8 @@ namespace SMESH { - void throwSalomeEx(const char* txt); - void doNothing(const char* txt); + SMESHUtils_EXPORT void throwSalomeEx(const char* txt); + SMESHUtils_EXPORT void doNothing(const char* txt); } #endif -- 2.39.2