diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-12-07 11:01:46 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-12-07 11:01:46 -0330 |
commit | ec09c6d7a9aefaae95ab4195443f169080f49c8f (patch) | |
tree | d9bfbc4445425b17d0e89f027bf0f475f00fca8e /cpp/src | |
parent | Fixed VC6 compilation errors (diff) | |
download | ice-ec09c6d7a9aefaae95ab4195443f169080f49c8f.tar.bz2 ice-ec09c6d7a9aefaae95ab4195443f169080f49c8f.tar.xz ice-ec09c6d7a9aefaae95ab4195443f169080f49c8f.zip |
More FxCop issues
http://bugzilla/bugzilla/show_bug.cgi?id=4418
http://bugzilla/bugzilla/show_bug.cgi?id=4421
http://bugzilla/bugzilla/show_bug.cgi?id=4423
http://bugzilla/bugzilla/show_bug.cgi?id=4435
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/slice2cs/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp index e15880091e5..4dc49f80d59 100644 --- a/cpp/src/slice2cs/Gen.cpp +++ b/cpp/src/slice2cs/Gen.cpp @@ -208,7 +208,7 @@ Slice::CsVisitor::writeDispatchAndMarshalling(const ClassDefPtr& p, bool stream) _out << sp << nl << "#region Slice type-related members"; - _out << sp << nl << "public static new string[] ids__ = "; + _out << sp << nl << "public static new readonly string[] ids__ = "; _out << sb; { |