Removed unneeded const qual

This commit is contained in:
theirix 2016-09-02 22:44:11 +03:00
parent c6643062b6
commit e6e70e69de
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public:
* Return whether to wait for a response * Return whether to wait for a response
* @return boolean * @return boolean
*/ */
const bool noWait() const bool noWait() const
{ {
return _noWait.get(0); return _noWait.get(0);
} }