summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.hpp b/src/object.hpp
index c81656e..0fd6f47 100644
--- a/src/object.hpp
+++ b/src/object.hpp
@@ -116,7 +116,7 @@ namespace zmq
void send_command (command_t &cmd_);
object_t (const object_t&);
- void operator = (const object_t&);
+ const object_t &operator = (const object_t&);
};
}