summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-15 18:18:04 +0000
committerjp4 <jp4@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-15 18:18:04 +0000
commitd610e32c872ab7e482644cce410196ab4cc59b50 (patch)
treecc80ee579e17b7601a1029730508ff9ff257c199 /TAO
parent87c5a491fdca365592fbad34a9339ef633b9b758 (diff)
downloadATCD-d610e32c872ab7e482644cce410196ab4cc59b50.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tests/Param_Test/param_test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/param_test_i.cpp b/TAO/tests/Param_Test/param_test_i.cpp
index 012ee472c93..36a5b9a5e4f 100644
--- a/TAO/tests/Param_Test/param_test_i.cpp
+++ b/TAO/tests/Param_Test/param_test_i.cpp
@@ -325,7 +325,7 @@ Param_Test::PathSpec * Param_Test_i::test_unbounded_struct_sequence (
*out = new Param_Test::PathSpec;
- PathSpec_var rPathSpec = new Param_Test::PathSpec;
+ Param_Test::PathSpec_var rPathSpec = new Param_Test::PathSpec;
rPathSpec->length(2);
rPathSpec[(unsigned long)0].name.id = CORBA::string_dup("staff");