summaryrefslogtreecommitdiff
path: root/ACE/examples/Web_Crawler/URL.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Web_Crawler/URL.h')
-rw-r--r--ACE/examples/Web_Crawler/URL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Web_Crawler/URL.h b/ACE/examples/Web_Crawler/URL.h
index a1fe83371ea..bbbc8b37655 100644
--- a/ACE/examples/Web_Crawler/URL.h
+++ b/ACE/examples/Web_Crawler/URL.h
@@ -52,7 +52,7 @@ public:
virtual ssize_t send_request (void) = 0;
/// Returns the URL that we represent.
- virtual const ACE_URL_Addr &url_addr (void) const = 0;
+ virtual const ACE_URL_Addr &url_addr () const = 0;
/// Returns the <Mem_Map_Stream>.
virtual Mem_Map_Stream &stream (void);