summaryrefslogtreecommitdiff
path: root/ACE/ace/UNIX_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/UNIX_Addr.h')
-rw-r--r--ACE/ace/UNIX_Addr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/UNIX_Addr.h b/ACE/ace/UNIX_Addr.h
index 71d55480f2f..02749abf04c 100644
--- a/ACE/ace/UNIX_Addr.h
+++ b/ACE/ace/UNIX_Addr.h
@@ -63,7 +63,7 @@ public:
virtual void *get_addr (void) const;
/// Set a pointer to the underlying network address.
- virtual void set_addr (void *addr, int len);
+ virtual void set_addr (const void *addr, int len);
/// Transform the current address into string format.
virtual int addr_to_string (ACE_TCHAR addr[], size_t) const;