From c79abee6bcaa996f50be71bd1d3075e3affb469d Mon Sep 17 00:00:00 2001 From: AJ Lewis Date: Wed, 9 Nov 2011 15:22:20 +0100 Subject: Get AIX 6.1 compiling again by making msg_t class explicit Older versions of gcc have problems with in-line forward declarations when there's a naming conflict with a global symbol. Signed-off-by: AJ Lewis Expand the original patch to all such forward declarations. Signed-off-by: Martin Sustrik --- src/lb.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lb.hpp') diff --git a/src/lb.hpp b/src/lb.hpp index 1de8549..91189f5 100644 --- a/src/lb.hpp +++ b/src/lb.hpp @@ -48,7 +48,7 @@ namespace zmq private: // List of outbound pipes. - typedef array_t pipes_t; + typedef array_t pipes_t; pipes_t pipes; // Number of active pipes. All the active pipes are located at the -- cgit v1.2.3