diff options
author | Jose <jose@zeroc.com> | 2014-08-13 00:04:13 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-08-13 00:04:13 +0200 |
commit | 80dc6deb468d0c180829e7fa1a55a439184fe2fd (patch) | |
tree | ebbf46cba896d7e48a64585c258992639325aa03 | |
parent | Fixes for (ICE-714) - New visibility options in GCC 4.0 (diff) | |
download | ice-80dc6deb468d0c180829e7fa1a55a439184fe2fd.tar.bz2 ice-80dc6deb468d0c180829e7fa1a55a439184fe2fd.tar.xz ice-80dc6deb468d0c180829e7fa1a55a439184fe2fd.zip |
Fixed (ICE-5553) - Freeze/evictor test fails
-rw-r--r-- | cpp/include/IceUtil/AbstractMutex.h | 2 |
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: |