mirror of
https://github.com/anope/anope.git
synced 2026-06-26 07:56:39 +02:00
Fix the location of &* on types.
This commit is contained in:
@@ -253,7 +253,7 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
void ApplyFlags(Extensible *ext, Anope::string &flags, char flag, const char* extname, bool extend = true)
|
||||
void ApplyFlags(Extensible *ext, Anope::string &flags, char flag, const char *extname, bool extend = true)
|
||||
{
|
||||
auto pos = flags.find(flag);
|
||||
auto has_flag = (pos != Anope::string::npos);
|
||||
|
||||
Reference in New Issue
Block a user