mirror of
https://github.com/anope/anope.git
synced 2026-07-03 09:33:12 +02:00
Fixed non-debug build
This commit is contained in:
@@ -664,7 +664,7 @@ class Inspircd20IRCdMessage : public InspircdIRCdMessage
|
||||
continue;
|
||||
}
|
||||
|
||||
ChannelModeStatus *cms = debug_cast<ChannelModeStatus *>(cm);
|
||||
ChannelModeStatus *cms = anope_dynamic_static_cast<ChannelModeStatus *>(cm);
|
||||
cms->Level = level--;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user