diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-07-08 16:25:33 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-07-08 16:25:33 +0000 |
commit | 2a51686f39cbb96eded37a62cd20cfed79464d91 (patch) | |
tree | 5e58c056adc7e18b41f5dd86f164eb35f84426ed /cpp/src/slice2cpp/Gen.cpp | |
parent | HP fix (diff) | |
download | ice-2a51686f39cbb96eded37a62cd20cfed79464d91.tar.bz2 ice-2a51686f39cbb96eded37a62cd20cfed79464d91.tar.xz ice-2a51686f39cbb96eded37a62cd20cfed79464d91.zip |
changing version to 1.5.0; renaming Ice/SliceChecksum to Ice/SliceChecksums
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index e12c24edde6..970b71fab51 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -219,7 +219,7 @@ Slice::Gen::generate(const UnitPtr& p) if(_checksum) { - C << "\n#include <Ice/SliceChecksum.h>"; + C << "\n#include <Ice/SliceChecksums.h>"; } StringList includes = p->includeFiles(); |