mirror of
https://github.com/anope/anope.git
synced 2026-07-02 00:46:38 +02:00
Use C++11 style class/struct initialisation.
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ bool ci::less::operator()(const Anope::string &s1, const Anope::string &s2) cons
|
||||
return s1.ci_str().compare(s2.ci_str()) < 0;
|
||||
}
|
||||
|
||||
sepstream::sepstream(const Anope::string &source, char separator, bool ae) : tokens(source), sep(separator), pos(0), allow_empty(ae)
|
||||
sepstream::sepstream(const Anope::string &source, char separator, bool ae) : tokens(source), sep(separator), allow_empty(ae)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user