const bool is just bool

This commit is contained in:
Mark Roszko
2023-07-08 01:02:59 +00:00
parent fce02ee0b8
commit e53e571d2d
+1 -1
View File
@@ -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;
}