mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 03:58:08 +00:00
Small unification
This commit is contained in:
@ -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++)
|
||||
|
Reference in New Issue
Block a user