1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 18:46:39 +02:00

Made the flags class take an optional size arg

This commit is contained in:
Adam
2010-06-26 22:50:02 -04:00
parent e51d6e2fe1
commit d49aee6cf8
14 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ CapabInfo Capab_Info[] = {
{"", CAPAB_END}
};
Flags<CapabType> Capab;
Flags<CapabType, CAPAB_END> Capab;
/** Constructor
* @param uplink The uplink this server is from, is only NULL when creating Me