Skip to content

Commit

Permalink
ICC related qualifier fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
  • Loading branch information
Mikko Koppanen authored and sustrik committed Oct 15, 2010
1 parent 03a18c2 commit e33e4d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -32,6 +32,7 @@ Matus Hamorsky <mhamorsky@gmail.com>
Max Wolf <YIDIEPXGXGPN@spammotel.com>
McClain Looney <m@loonsoft.com>
Mikael Helbo Kjaer <mhk@designtech.dk>
Mikko Koppanen <mkoppanen@php.net>
Nir Soffer <nirsof@gmail.com>
Pavel Gushcha <pavimus@gmail.com>
Pavol Malosek <malosek@fastmq.com>
Expand Down
4 changes: 2 additions & 2 deletions src/pipe.hpp
Expand Up @@ -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;

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e33e4d7

Please sign in to comment.