From: vsr Date: Tue, 25 Dec 2012 05:25:17 +0000 (+0000) Subject: Win32 compatibility X-Git-Tag: pluginMGCleaner~206 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fd1f32bef8d9e75a407e07d51c79627846ecfb03;hp=811cb809eedf6298870e7568b5dc05ad0e54bb37;p=modules%2Fsmesh.git Win32 compatibility --- 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