summaryrefslogtreecommitdiff
path: root/src/teams.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/teams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/teams.h b/src/teams.h
index 2fc1be3..15aad82 100644
--- a/src/teams.h
+++ b/src/teams.h
@@ -6,7 +6,7 @@
# include "common.h"
// Type definition
-typedef struct team_impl_struct * team;
+CLASS(team);
// base functions
NEW(team);