summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/POA_Destruction/POA_Destruction.cpp')
-rw-r--r--TAO/tests/POA/POA_Destruction/POA_Destruction.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp b/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp
index 433e84c9c72..614d5b21089 100644
--- a/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp
+++ b/TAO/tests/POA/POA_Destruction/POA_Destruction.cpp
@@ -16,11 +16,11 @@
class test_i : public POA_test
{
public:
- void destroy_poa (void);
+ void destroy_poa ();
};
void
-test_i::destroy_poa (void)
+test_i::destroy_poa ()
{
PortableServer::POA_var poa = this->_default_POA ();