summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3499_Regression/DLL_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3499_Regression/DLL_Service.h')
-rw-r--r--TAO/tests/Bug_3499_Regression/DLL_Service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3499_Regression/DLL_Service.h b/TAO/tests/Bug_3499_Regression/DLL_Service.h
index 0d4d77d40de..801ead231da 100644
--- a/TAO/tests/Bug_3499_Regression/DLL_Service.h
+++ b/TAO/tests/Bug_3499_Regression/DLL_Service.h
@@ -12,7 +12,7 @@ public:
virtual int init (int , ACE_TCHAR * []);
- virtual int fini (void);
+ virtual int fini ();
/// This is only here for destruction purposes
virtual void destroy (void);