Merge branch 'master' of github.com:CopernicaMarketingSoftware/AMQP-CPP

This commit is contained in:
Martijn Otto 2016-07-04 10:14:00 +02:00
commit 5d741bfd2d
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ public:
* meantime you can already send more instructions over it)
* @return bool
*/
std::size_t waiting() const
bool waiting() const
{
return _implementation.waiting();
}