mirror of
https://github.com/anope/anope.git
synced 2026-06-29 14:16:37 +02:00
Use C++11 style class/struct initialisation.
This commit is contained in:
@@ -133,7 +133,6 @@ Anope::string IRCDProto::Format(const Anope::string &source, const Anope::string
|
||||
|
||||
MessageTokenizer::MessageTokenizer(const Anope::string &msg)
|
||||
: message(msg)
|
||||
, position(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user