summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-08-13 00:04:13 +0200
committerJose <jose@zeroc.com>2014-08-13 00:04:13 +0200
commit80dc6deb468d0c180829e7fa1a55a439184fe2fd (patch)
treeebbf46cba896d7e48a64585c258992639325aa03
parentFixes for (ICE-714) - New visibility options in GCC 4.0 (diff)
downloadice-80dc6deb468d0c180829e7fa1a55a439184fe2fd.tar.bz2
ice-80dc6deb468d0c180829e7fa1a55a439184fe2fd.tar.xz
ice-80dc6deb468d0c180829e7fa1a55a439184fe2fd.zip
Fixed (ICE-5553) - Freeze/evictor test fails
-rw-r--r--cpp/include/IceUtil/AbstractMutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/AbstractMutex.h b/cpp/include/IceUtil/AbstractMutex.h
index 538df7f0382..3c2c11ac555 100644
--- a/cpp/include/IceUtil/AbstractMutex.h
+++ b/cpp/include/IceUtil/AbstractMutex.h
@@ -17,7 +17,7 @@
namespace IceUtil
{
-class AbstractMutex
+class ICE_UTIL_API AbstractMutex
{
public: