summaryrefslogtreecommitdiff
path: root/TAO/tests/Multiple_Inheritance/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Multiple_Inheritance/client.cpp')
-rw-r--r--TAO/tests/Multiple_Inheritance/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Multiple_Inheritance/client.cpp b/TAO/tests/Multiple_Inheritance/client.cpp
index ce7f8434a2f..8406386f614 100644
--- a/TAO/tests/Multiple_Inheritance/client.cpp
+++ b/TAO/tests/Multiple_Inheritance/client.cpp
@@ -114,7 +114,7 @@ main (int argc, char **argv)
ACE_TRY_CHECK;
// Narrow the object reference
- intB_var b = intB::_narrow (a.in () ACE_ENV_ARG_PARAMETER);
+ B_var b = B::_narrow (a.in () ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
// Narrow the object reference