mirror of https://github.com/lumapu/ahoy.git
Browse Source
When building with -Wextra this warning popped up. It's useless to
return a const bool here, because it's a copy anyway. Instead for C++
const correctness a getter has the keyword in the back which means you
won't change your object when calling this method.
Fixes: 51fbe7868c
("added command queue")
pull/1191/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue