From 090e460d6f09b5611d34a4867efb6cf46dd44a34 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 31 Aug 2010 21:03:34 +0200 Subject: naming cleanup: yarray->array --- src/socket_base.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/socket_base.hpp') diff --git a/src/socket_base.hpp b/src/socket_base.hpp index ce40d3f..1a7f9f0 100644 --- a/src/socket_base.hpp +++ b/src/socket_base.hpp @@ -26,7 +26,7 @@ #include "../include/zmq.h" #include "own.hpp" -#include "yarray_item.hpp" +#include "array.hpp" #include "mutex.hpp" #include "options.hpp" #include "stdint.hpp" @@ -41,7 +41,7 @@ namespace zmq class socket_base_t : public own_t, - public yarray_item_t + public array_item_t { public: -- cgit v1.2.3