summaryrefslogtreecommitdiff
path: root/src/ypipe.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ypipe.hpp')
-rw-r--r--src/ypipe.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ypipe.hpp b/src/ypipe.hpp
index a04cc4a..6865fa7 100644
--- a/src/ypipe.hpp
+++ b/src/ypipe.hpp
@@ -200,7 +200,7 @@ namespace zmq
// Disable copying of ypipe object.
ypipe_t (const ypipe_t&);
- void operator = (const ypipe_t&);
+ const ypipe_t &operator = (const ypipe_t&);
};
}