summaryrefslogtreecommitdiff
path: root/src/socket_base.hpp
diff options
context:
space:
mode:
authorFabien Ninoles <fabien@tzone.org>2011-05-23 21:36:00 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-05-23 21:36:00 +0200
commit71ac91ba4193910359d7671a4e998a17ff506b06 (patch)
treef04ea71713d06b6826d84a675f5e58c3acbe57a6 /src/socket_base.hpp
parent0f6f7276e32c01ccfe86fb76741a52ac6ffc87af (diff)
Add multi-array support to array_item_t.
Allow to have the same item part of two different arrays, as long as they are using different array identifier.
Diffstat (limited to 'src/socket_base.hpp')
-rw-r--r--src/socket_base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket_base.hpp b/src/socket_base.hpp
index 7126733..98046af 100644
--- a/src/socket_base.hpp
+++ b/src/socket_base.hpp
@@ -42,7 +42,7 @@ namespace zmq
class socket_base_t :
public own_t,
- public array_item_t,
+ public array_item_t <>,
public i_poll_events,
public i_pipe_events
{