diff options
Diffstat (limited to 'TAO/tests/Leader_Followers/test_i.cpp')
-rw-r--r-- | TAO/tests/Leader_Followers/test_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Leader_Followers/test_i.cpp b/TAO/tests/Leader_Followers/test_i.cpp index 28473ad2c12..ad20d726c35 100644 --- a/TAO/tests/Leader_Followers/test_i.cpp +++ b/TAO/tests/Leader_Followers/test_i.cpp @@ -7,7 +7,7 @@ test_i::test_i (CORBA::ORB_ptr orb) } void -test_i::shutdown (void) +test_i::shutdown () { this->orb_->shutdown (false); } |