summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Oneways/Session_Control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Oneways/Session_Control.cpp')
-rw-r--r--TAO/tests/Big_Oneways/Session_Control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Big_Oneways/Session_Control.cpp b/TAO/tests/Big_Oneways/Session_Control.cpp
index bccb40f881d..dcf22af2c38 100644
--- a/TAO/tests/Big_Oneways/Session_Control.cpp
+++ b/TAO/tests/Big_Oneways/Session_Control.cpp
@@ -12,7 +12,7 @@ Session_Control::all_sessions_finished () const
return this->session_count_ == 0;
}
-Session_Control::~Session_Control (void)
+Session_Control::~Session_Control ()
{
if (this->session_count_ == 0 && this->success_)
{