summaryrefslogtreecommitdiff
path: root/TAO/tests/Abstract_Interface/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Abstract_Interface/test_i.cpp')
-rw-r--r--TAO/tests/Abstract_Interface/test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Abstract_Interface/test_i.cpp b/TAO/tests/Abstract_Interface/test_i.cpp
index a3e9072788b..ac6c799d32b 100644
--- a/TAO/tests/Abstract_Interface/test_i.cpp
+++ b/TAO/tests/Abstract_Interface/test_i.cpp
@@ -78,7 +78,7 @@ passer_i::pass_state (base_out outarg
))
{
TreeController_var tc;
- ACE_NEW (tc.inout (),
+ ACE_NEW (tc,
OBV_TreeController);
// Create the root node.