summaryrefslogtreecommitdiff
path: root/src/io_object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io_object.hpp')
-rw-r--r--src/io_object.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io_object.hpp b/src/io_object.hpp
index 938e6ac..89745f3 100644
--- a/src/io_object.hpp
+++ b/src/io_object.hpp
@@ -69,7 +69,7 @@ namespace zmq
poller_t *poller;
io_object_t (const io_object_t&);
- void operator = (const io_object_t&);
+ const io_object_t &operator = (const io_object_t&);
};
}