Fix -Wshadow warning
This commit is contained in:
parent
26f362db9a
commit
412f90a3ee
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@ public:
|
|||
|
||||
void clear();
|
||||
|
||||
inline void painted(bool painted)
|
||||
inline void painted(bool is_painted)
|
||||
{
|
||||
painted_ = painted;
|
||||
painted_ = is_painted;
|
||||
}
|
||||
|
||||
inline bool painted() const
|
||||
|
|
Loading…
Reference in a new issue