mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-21 02:00:36 +01:00
Fix typo
This commit is contained in:
parent
3f77cf5a2f
commit
6c3129286d
@ -61,7 +61,7 @@ namespace zmq
|
|||||||
c.set (&queue.back ());
|
c.set (&queue.back ());
|
||||||
}
|
}
|
||||||
|
|
||||||
// The destructor doesn't have to be virtual. It is mad virtual
|
// The destructor doesn't have to be virtual. It is made virtual
|
||||||
// just to keep ICC and code checking tools from complaining.
|
// just to keep ICC and code checking tools from complaining.
|
||||||
inline virtual ~ypipe_t ()
|
inline virtual ~ypipe_t ()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user