Make it explicit that the probe function doesn't modify passed message

This commit is contained in:
Martin Hurton
2014-01-08 07:49:02 +01:00
parent 629221889d
commit d72ceb93be
8 changed files with 8 additions and 8 deletions

View File

@@ -267,7 +267,7 @@ bool zmq::msg_t::is_identity () const
return (u.base.flags & identity) == identity;
}
bool zmq::msg_t::is_delimiter ()
bool zmq::msg_t::is_delimiter () const
{
return u.base.type == type_delimiter;
}