From d610e32c872ab7e482644cce410196ab4cc59b50 Mon Sep 17 00:00:00 2001 From: jp4 Date: Thu, 15 Oct 1998 18:18:04 +0000 Subject: *** empty log message *** --- TAO/tests/Param_Test/param_test_i.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO') 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"); -- cgit v1.2.1