summaryrefslogtreecommitdiff
path: root/TAO/tests/CallbackTest/Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CallbackTest/Service.h')
-rw-r--r--TAO/tests/CallbackTest/Service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CallbackTest/Service.h b/TAO/tests/CallbackTest/Service.h
index 78a6945d8d2..441a1c34370 100644
--- a/TAO/tests/CallbackTest/Service.h
+++ b/TAO/tests/CallbackTest/Service.h
@@ -17,7 +17,7 @@ public:
/**
* In case of failure this exposes any incomplete runs.
*/
- void dump_results (void);
+ void dump_results ();
// = The skeleton methods
virtual void run_test (Test::Callback_ptr callback);