Removed unneeded const qual
This commit is contained in:
parent
c6643062b6
commit
e6e70e69de
|
|
@ -102,7 +102,7 @@ public:
|
|||
* Return whether to wait for a response
|
||||
* @return boolean
|
||||
*/
|
||||
const bool noWait() const
|
||||
bool noWait() const
|
||||
{
|
||||
return _noWait.get(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue