From 1c4afc25e2fb9e081013edbaadcacb361c998bec Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 8 Mar 2012 09:43:04 +0100 Subject: Removal of pipe from dist_t fixed Removing the pipe may have caused problems with matching, active and eligible pipes. Some pipes may have moved from one category to another without any reason. Signed-off-by: Martin Sustrik --- src/array.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/array.hpp') diff --git a/src/array.hpp b/src/array.hpp index 1cc45f4..795760b 100644 --- a/src/array.hpp +++ b/src/array.hpp @@ -72,12 +72,10 @@ namespace xs template class array_t { - private: + public: typedef array_item_t item_t; - public: - typedef typename std::vector ::size_type size_type; inline array_t () -- cgit v1.2.3