summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Timers/PCB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Timers/PCB.cpp')
-rw-r--r--ACE/examples/APG/Timers/PCB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/Timers/PCB.cpp b/ACE/examples/APG/Timers/PCB.cpp
index 399f356a799..542ca97946f 100644
--- a/ACE/examples/APG/Timers/PCB.cpp
+++ b/ACE/examples/APG/Timers/PCB.cpp
@@ -56,7 +56,7 @@ PCB::setID (long timerID)
}
long
-PCB::getID (void) const
+PCB::getID () const
{
ACE_TRACE ("PCB::getID");
return timerID_;