summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/GCRecMutex.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-10-22 04:23:18 +0000
committerMichi Henning <michi@zeroc.com>2003-10-22 04:23:18 +0000
commit454e47fe64d0af9da26b7c110f9d39abc42d9b25 (patch)
treec040aa05dae778bd24a5f18e684c2301f0054aa0 /cpp/src/IceUtil/GCRecMutex.cpp
parentfixing dependencies (diff)
downloadice-454e47fe64d0af9da26b7c110f9d39abc42d9b25.tar.bz2
ice-454e47fe64d0af9da26b7c110f9d39abc42d9b25.tar.xz
ice-454e47fe64d0af9da26b7c110f9d39abc42d9b25.zip
Added missing ICE_UTIL_API directives.
Diffstat (limited to 'cpp/src/IceUtil/GCRecMutex.cpp')
-rw-r--r--cpp/src/IceUtil/GCRecMutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/GCRecMutex.cpp b/cpp/src/IceUtil/GCRecMutex.cpp
index 736dccd764d..1cb20dc190a 100644
--- a/cpp/src/IceUtil/GCRecMutex.cpp
+++ b/cpp/src/IceUtil/GCRecMutex.cpp
@@ -16,7 +16,7 @@
using namespace IceUtil;
-GCRecMutex IceUtil::gcRecMutex;
+GCRecMutex ICE_UTIL_API IceUtil::gcRecMutex;
static int gcInitCount = 0;