summaryrefslogtreecommitdiff
path: root/src/own.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/own.hpp')
-rw-r--r--src/own.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/own.hpp b/src/own.hpp
index 7090d62..cc55cd6 100644
--- a/src/own.hpp
+++ b/src/own.hpp
@@ -131,7 +131,7 @@ namespace zmq
int term_acks;
own_t (const own_t&);
- void operator = (const own_t&);
+ const own_t &operator = (const own_t&);
};
}