Small unification

This commit is contained in:
Sergeanur
2020-05-10 01:14:00 +03:00
parent 0b64436f5f
commit d9a3533438
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ public:
// TODO: the cast is unsafe
return (int)((U*)entry - m_entries);
}
int GetNoOfUsedSpaces(void){
int GetNoOfUsedSpaces(void) const{
int i;
int n = 0;
for(i = 0; i < m_size; i++)