diff options
author | Jose <jose@zeroc.com> | 2014-07-23 17:57:08 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-07-23 17:57:08 +0200 |
commit | e4228e6682970698f0b64f7457de5b13430fad7b (patch) | |
tree | 143465f7da65412f45fb0053dba39d895b7c438c /cpp/include/Ice/StreamHelpers.h | |
parent | Java and C# IceGrid Discovery Plugins (diff) | |
download | ice-e4228e6682970698f0b64f7457de5b13430fad7b.tar.bz2 ice-e4228e6682970698f0b64f7457de5b13430fad7b.tar.xz ice-e4228e6682970698f0b64f7457de5b13430fad7b.zip |
Windows 64 build failure
Diffstat (limited to 'cpp/include/Ice/StreamHelpers.h')
-rw-r--r-- | cpp/include/Ice/StreamHelpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/StreamHelpers.h b/cpp/include/Ice/StreamHelpers.h index 18943b2a4c6..d1862d9a9cd 100644 --- a/cpp/include/Ice/StreamHelpers.h +++ b/cpp/include/Ice/StreamHelpers.h @@ -632,7 +632,7 @@ struct StreamOptionalHelper<T, StreamHelperCategoryStruct, false> template<class S> static inline void write(S* stream, const T& v) { - int pos = stream->startSize(); + size_t pos = stream->startSize(); stream->write(v); stream->endSize(pos); } |