const bool is just bool

(cherry picked from commit e53e571d2d)
This commit is contained in:
Mark Roszko 2023-07-08 01:02:59 +00:00
parent 5cdf03ff6d
commit 35126ba22c
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,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;
}