summaryrefslogtreecommitdiff
path: root/src/socket_base.hpp
diff options
context:
space:
mode:
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
{