summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-04-28 23:15:02 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-04-28 23:15:02 +0000
commit45e16e57826332892f3b0eb5411217dae7286ac2 (patch)
tree2e803051cc8594cdb7b75821fb5deaaf59ac2f9b
parent5aae33a46b7a1515265253b7981a46ac65c28442 (diff)
downloadATCD-45e16e57826332892f3b0eb5411217dae7286ac2.tar.gz
*** empty log message ***
-rw-r--r--TAO/tests/CDR/tc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CDR/tc.cpp b/TAO/tests/CDR/tc.cpp
index 71ff46a20a4..f1d01f3cd27 100644
--- a/TAO/tests/CDR/tc.cpp
+++ b/TAO/tests/CDR/tc.cpp
@@ -95,7 +95,7 @@ main (int argc, char *argv[])
static int n = sizeof (tcs) / sizeof (tcs[0]);
- for (CORBA::TypeCode_ptr *i = tcs;
+ for (const CORBA::TypeCode_ptr *i = tcs;
i != tcs + n;
++i)
{