(svn r16373) -Codechange: use () instead of (void) for functions without parameters

This commit is contained in:
smatz
2009-05-21 22:43:25 +00:00
parent eded5a612c
commit 85043a1fb7
8 changed files with 17 additions and 17 deletions

View File

@@ -62,7 +62,7 @@ bool Group::IsValid() const
return this->owner != INVALID_OWNER;
}
void InitializeGroup(void)
void InitializeGroup()
{
_Group_pool.CleanPool();
_Group_pool.AddBlockToPool();