diff options
author | Mikko Koppanen <mkoppanen@php.net> | 2010-10-15 10:38:09 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-10-15 10:38:09 +0200 |
commit | e33e4d7650e36af7d09569de21f7f71b5670945c (patch) | |
tree | ecf90241c3df6bd03b29ff13dba47dcf06631a99 /src | |
parent | 03a18c27ace49cbcbb0c495e4c575c34b8f862a4 (diff) |
ICC related qualifier fix
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/pipe.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pipe.hpp b/src/pipe.hpp index bfe6603..8898bbc 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -57,7 +57,7 @@ namespace zmq class reader_t : public object_t, public array_item_t { - friend void zmq::create_pipe (object_t*, object_t*, uint64_t, + friend void create_pipe (object_t*, object_t*, uint64_t, int64_t, reader_t**, writer_t**); friend class writer_t; @@ -126,7 +126,7 @@ namespace zmq class writer_t : public object_t, public array_item_t { - friend void zmq::create_pipe (object_t*, object_t*, uint64_t, + friend void create_pipe (object_t*, object_t*, uint64_t, int64_t, reader_t**, writer_t**); public: |