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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user