diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-21 06:23:51 -0300 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-21 06:23:51 -0300 |
commit | 6a1047e82ada2f0157545a39ad2faac8c04d02cc (patch) | |
tree | a225028c19ce8f9e6473ab58b52dd7b55dccc61e /cpp | |
parent | Fixed race condition which could cause request to be dispatched even if the c... (diff) | |
download | ice-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.h | 2 |
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(); } |