(svn r16373) -Codechange: use () instead of (void) for functions without parameters
This commit is contained in:
@@ -62,7 +62,7 @@ bool Group::IsValid() const
|
||||
return this->owner != INVALID_OWNER;
|
||||
}
|
||||
|
||||
void InitializeGroup(void)
|
||||
void InitializeGroup()
|
||||
{
|
||||
_Group_pool.CleanPool();
|
||||
_Group_pool.AddBlockToPool();
|
||||
|
Reference in New Issue
Block a user