diff options
author | Michi Henning <michi@zeroc.com> | 2007-12-14 17:19:37 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-12-14 17:19:37 +1000 |
commit | 0ec05cd7254b7191a9c31ecd3e962a4682da894e (patch) | |
tree | 5be63dafd42fa2af7e35fc753cf90550190cfc96 /cpp/src/Slice/CsUtil.cpp | |
parent | 4 more missing files (diff) | |
download | ice-0ec05cd7254b7191a9c31ecd3e962a4682da894e.tar.bz2 ice-0ec05cd7254b7191a9c31ecd3e962a4682da894e.tar.xz ice-0ec05cd7254b7191a9c31ecd3e962a4682da894e.zip |
Fixed generated type for LocalObject.
Diffstat (limited to 'cpp/src/Slice/CsUtil.cpp')
-rwxr-xr-x | cpp/src/Slice/CsUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/CsUtil.cpp b/cpp/src/Slice/CsUtil.cpp index 9b9c7c801c2..82c2281b0da 100755 --- a/cpp/src/Slice/CsUtil.cpp +++ b/cpp/src/Slice/CsUtil.cpp @@ -174,7 +174,7 @@ Slice::CsGenerator::typeToString(const TypePtr& type) "string", "Ice.Object", "Ice.ObjectPrx", - "System.Object" + "_System.Object" }; BuiltinPtr builtin = BuiltinPtr::dynamicCast(type); |