const bool is just bool
This commit is contained in:
parent
fce02ee0b8
commit
e53e571d2d
|
@ -837,7 +837,7 @@ public:
|
|||
return ( t1.m_Pos != t2.m_Pos || t1.m_Size != t2.m_Size );
|
||||
}
|
||||
|
||||
const bool IsValid() const
|
||||
bool IsValid() const
|
||||
{
|
||||
return m_init;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue