summaryrefslogtreecommitdiff
path: root/TAO/tests/CallbackTest/Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CallbackTest/Service.cpp')
-rw-r--r--TAO/tests/CallbackTest/Service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CallbackTest/Service.cpp b/TAO/tests/CallbackTest/Service.cpp
index 7b7cad946e0..4d8f0922237 100644
--- a/TAO/tests/CallbackTest/Service.cpp
+++ b/TAO/tests/CallbackTest/Service.cpp
@@ -7,7 +7,7 @@ Service::Service (CORBA::ORB_ptr orb)
}
void
-Service::dump_results (void)
+Service::dump_results ()
{
if (this->test_count_ == 0)
{