summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Outgoing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Outgoing.cpp')
-rw-r--r--cpp/src/Ice/Outgoing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Outgoing.cpp b/cpp/src/Ice/Outgoing.cpp
index 118dc25612c..4f75c9957e1 100644
--- a/cpp/src/Ice/Outgoing.cpp
+++ b/cpp/src/Ice/Outgoing.cpp
@@ -381,7 +381,7 @@ IceInternal::Outgoing::finished(BasicStream& is)
assert(_state <= StateInProgress);
if(_remoteObserver)
{
- _remoteObserver->reply(is.b.size() - headerSize - 4);
+ _remoteObserver->reply(static_cast<Int>(is.b.size() - headerSize - 4));
}
_remoteObserver.detach();