summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/SL_Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/SL_Server.cpp')
-rw-r--r--ACE/apps/drwho/SL_Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/apps/drwho/SL_Server.cpp b/ACE/apps/drwho/SL_Server.cpp
index 06fe054eb5b..879f9fee5a8 100644
--- a/ACE/apps/drwho/SL_Server.cpp
+++ b/ACE/apps/drwho/SL_Server.cpp
@@ -8,7 +8,7 @@ SL_Server::SL_Server (const char *usr_name)
}
Protocol_Record *
-SL_Server::get_each_entry (void)
+SL_Server::get_each_entry ()
{
Protocol_Record *prp = Single_Lookup::get_each_entry ();
return prp->get_drwho_list () == 0 ? 0 : prp;