summaryrefslogtreecommitdiff
path: root/src/xpub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xpub.hpp')
-rw-r--r--src/xpub.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xpub.hpp b/src/xpub.hpp
index 13dd405..1a6fe76 100644
--- a/src/xpub.hpp
+++ b/src/xpub.hpp
@@ -65,7 +65,7 @@ namespace zmq
bool terminating;
xpub_t (const xpub_t&);
- void operator = (const xpub_t&);
+ const xpub_t &operator = (const xpub_t&);
};
}