diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-07-02 02:37:13 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-07-02 02:37:13 +0000 |
commit | b56f6ff10e86bfc8703b4f0a636c249d249e284f (patch) | |
tree | 439e5e1532608a47bf80bcc40f1c5ef7145c5e7d /cpp/src/Slice/Checksum.cpp | |
parent | Compression changes. (diff) | |
download | ice-b56f6ff10e86bfc8703b4f0a636c249d249e284f.tar.bz2 ice-b56f6ff10e86bfc8703b4f0a636c249d249e284f.tar.xz ice-b56f6ff10e86bfc8703b4f0a636c249d249e284f.zip |
Win32 fixes for checksum changes
Diffstat (limited to 'cpp/src/Slice/Checksum.cpp')
-rw-r--r-- | cpp/src/Slice/Checksum.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Slice/Checksum.cpp b/cpp/src/Slice/Checksum.cpp index c80def11c04..eb73ad23561 100644 --- a/cpp/src/Slice/Checksum.cpp +++ b/cpp/src/Slice/Checksum.cpp @@ -40,8 +40,8 @@ private: } -Slice::ChecksumVisitor::ChecksumVisitor(ChecksumMap& map) : - _map(map) +Slice::ChecksumVisitor::ChecksumVisitor(ChecksumMap& m) : + _map(m) { } |