summaryrefslogtreecommitdiff
path: root/ACE/apps/Gateway/Gateway/Gateway.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/Gateway/Gateway/Gateway.cpp')
-rw-r--r--ACE/apps/Gateway/Gateway/Gateway.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/apps/Gateway/Gateway/Gateway.cpp b/ACE/apps/Gateway/Gateway/Gateway.cpp
index a443ccde4df..0aa586c6fc8 100644
--- a/ACE/apps/Gateway/Gateway/Gateway.cpp
+++ b/ACE/apps/Gateway/Gateway/Gateway.cpp
@@ -23,7 +23,7 @@ protected:
virtual int init (int argc, ACE_TCHAR *argv[]);
// Perform initialization.
- virtual int fini (void);
+ virtual int fini ();
// Perform termination when unlinked dynamically.
virtual int info (ACE_TCHAR **, size_t) const;