summaryrefslogtreecommitdiff
path: root/src/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/group.h')
-rw-r--r--src/group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/group.h b/src/group.h
index b09da0a17..364514f56 100644
--- a/src/group.h
+++ b/src/group.h
@@ -51,7 +51,7 @@ static inline bool IsAllGroupID(GroupID id_g)
/**
* Get the current size of the GroupPool
*/
-static inline uint GetGroupArraySize(void)
+static inline uint GetGroupArraySize()
{
const Group *g;
uint num = 0;