summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp b/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp
index 1d14fc4f0f1..58e7a244d4c 100644
--- a/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp
+++ b/TAO/tests/POA/Bug_1592_Regression/ServantLocator.cpp
@@ -15,7 +15,7 @@ extern CORBA::Boolean ending_interception_point_called;
ServantLocator::ServantLocator (CORBA::ORB_ptr orb)
: error_status_ (false),
orb_ (CORBA::ORB::_duplicate (orb)),
- servant_ (),
+ servant_ ()
{
}