summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Allocatable.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-09-12 10:01:40 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-09-12 10:01:40 +0000
commit7628d1aac69e1961a0c16822ca6cf1189f3257a6 (patch)
treea6ce577d14c969b83b272c389d4c30521acdac2c /cpp/src/IceGrid/Allocatable.cpp
parentFix (diff)
downloadice-7628d1aac69e1961a0c16822ca6cf1189f3257a6.tar.bz2
ice-7628d1aac69e1961a0c16822ca6cf1189f3257a6.tar.xz
ice-7628d1aac69e1961a0c16822ca6cf1189f3257a6.zip
Fixes
Diffstat (limited to 'cpp/src/IceGrid/Allocatable.cpp')
-rw-r--r--cpp/src/IceGrid/Allocatable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Allocatable.cpp b/cpp/src/IceGrid/Allocatable.cpp
index 4fa81c13583..8c567b94119 100644
--- a/cpp/src/IceGrid/Allocatable.cpp
+++ b/cpp/src/IceGrid/Allocatable.cpp
@@ -387,7 +387,7 @@ Allocatable::allocate(const AllocationRequestPtr& request, bool tryAllocate, boo
return false;
}
- bool allocationCount = 0;
+ int allocationCount = 0;
try
{
Lock sync(*this);