summaryrefslogtreecommitdiff
path: root/ace/Priority_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Priority_Reactor.h')
-rw-r--r--ace/Priority_Reactor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Priority_Reactor.h b/ace/Priority_Reactor.h
index eef9fc9ea20..09c7f71c4f8 100644
--- a/ace/Priority_Reactor.h
+++ b/ace/Priority_Reactor.h
@@ -70,7 +70,7 @@ private:
// A small helper to initialize the bucket.
typedef ACE_Unbounded_Queue<ACE_Event_Tuple> QUEUE;
- QUEUE** bucket;
+ QUEUE** bucket_;
// There is a queue per-priority, which simply holds the
// Event_Handlers until we knwo who goes first.