summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/Broadcaster_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/chat/Broadcaster_i.h')
-rw-r--r--TAO/examples/Simple/chat/Broadcaster_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simple/chat/Broadcaster_i.h b/TAO/examples/Simple/chat/Broadcaster_i.h
index e85a573ea80..cbe7272ad33 100644
--- a/TAO/examples/Simple/chat/Broadcaster_i.h
+++ b/TAO/examples/Simple/chat/Broadcaster_i.h
@@ -85,7 +85,7 @@ public:
// = DESCRIPTION
// Saves the Receiver_var and user nickname.
public:
- int operator == (const Receiver_Data &receiver_data) const;
+ bool operator == (const Receiver_Data &receiver_data) const;
// The == op required by the ACE_Unbounded set.
Receiver_var receiver_;