summaryrefslogtreecommitdiff
path: root/ACE/ace/FILE_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/FILE_IO.h')
-rw-r--r--ACE/ace/FILE_IO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/FILE_IO.h b/ACE/ace/FILE_IO.h
index c23f5905569..f53b02dbf5f 100644
--- a/ACE/ace/FILE_IO.h
+++ b/ACE/ace/FILE_IO.h
@@ -45,7 +45,7 @@ public:
friend class ACE_FILE_Connector;
/// Default constructor.
- ACE_FILE_IO (void);
+ ACE_FILE_IO ();
/// send upto @a n bytes in @a buf.
ssize_t send (const void *buf, size_t n) const;