summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-07-21 06:23:51 -0300
committerBenoit Foucher <benoit@zeroc.com>2014-07-21 06:23:51 -0300
commit6a1047e82ada2f0157545a39ad2faac8c04d02cc (patch)
treea225028c19ce8f9e6473ab58b52dd7b55dccc61e /cpp
parentFixed race condition which could cause request to be dispatched even if the c... (diff)
downloadice-6a1047e82ada2f0157545a39ad2faac8c04d02cc.tar.bz2
ice-6a1047e82ada2f0157545a39ad2faac8c04d02cc.tar.xz
ice-6a1047e82ada2f0157545a39ad2faac8c04d02cc.zip
Fixed build failure on Windows 64bits
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/Ice/BasicStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/BasicStream.h b/cpp/include/Ice/BasicStream.h
index 5e6d5007734..a6e75c7fbd5 100644
--- a/cpp/include/Ice/BasicStream.h
+++ b/cpp/include/Ice/BasicStream.h
@@ -855,7 +855,7 @@ public:
}
}
- int pos()
+ size_type pos()
{
return i - b.begin();
}