summaryrefslogtreecommitdiff
path: root/src/xreq.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xreq.hpp')
-rw-r--r--src/xreq.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xreq.hpp b/src/xreq.hpp
index c515905..055c037 100644
--- a/src/xreq.hpp
+++ b/src/xreq.hpp
@@ -55,7 +55,7 @@ namespace zmq
lb_t lb;
xreq_t (const xreq_t&);
- void operator = (const xreq_t&);
+ const xreq_t &operator = (const xreq_t&);
};
}