summaryrefslogtreecommitdiff
path: root/ACE/examples/Web_Crawler/HTTP_URL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Web_Crawler/HTTP_URL.cpp')
-rw-r--r--ACE/examples/Web_Crawler/HTTP_URL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Web_Crawler/HTTP_URL.cpp b/ACE/examples/Web_Crawler/HTTP_URL.cpp
index 16cea94a372..af4d404072d 100644
--- a/ACE/examples/Web_Crawler/HTTP_URL.cpp
+++ b/ACE/examples/Web_Crawler/HTTP_URL.cpp
@@ -8,7 +8,7 @@
const ACE_URL_Addr &
-HTTP_URL::url_addr (void) const
+HTTP_URL::url_addr () const
{
return this->url_addr_;
}