mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 08:23:56 +01:00
ircd: Make Chm::mode_type unsigned long.
This commit is contained in:
parent
ac577c1322
commit
1a8ed13747
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ struct Chm
|
|||
{
|
||||
ChmFunc set_func;
|
||||
ChmClass mode_class;
|
||||
long mode_type;
|
||||
unsigned long mode_type;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue