summaryrefslogtreecommitdiff
path: root/src/mailbox.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailbox.hpp')
-rw-r--r--src/mailbox.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailbox.hpp b/src/mailbox.hpp
index dc49aad..630b488 100644
--- a/src/mailbox.hpp
+++ b/src/mailbox.hpp
@@ -53,7 +53,7 @@ namespace zmq
// Disable copying of mailbox_t object.
mailbox_t (const mailbox_t&);
- void operator = (const mailbox_t&);
+ const mailbox_t &operator = (const mailbox_t&);
};
}