summaryrefslogtreecommitdiff
path: root/examples/APG/ThreadManagement/Priorities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/ThreadManagement/Priorities.cpp')
-rw-r--r--examples/APG/ThreadManagement/Priorities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/APG/ThreadManagement/Priorities.cpp b/examples/APG/ThreadManagement/Priorities.cpp
index 3a80a613714..06021432291 100644
--- a/examples/APG/ThreadManagement/Priorities.cpp
+++ b/examples/APG/ThreadManagement/Priorities.cpp
@@ -21,7 +21,7 @@ public:
name_));
ACE_OS::sleep (2);
- ACE_Message_Block *mb = 0;
+ ACE_Message_Block *mb;
while (this->getq (mb) != -1)
{
if (mb->msg_type () == ACE_Message_Block::MB_BREAK)