mirror of
https://github.com/anope/anope.git
synced 2026-06-29 19:56:37 +02:00
Fix build with -std=c++11
This commit is contained in:
@@ -631,11 +631,6 @@ struct BanData : public ExtensibleItem
|
||||
data_map.erase(user);
|
||||
}
|
||||
}
|
||||
|
||||
void OnDelete() anope_override
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
};
|
||||
|
||||
struct UserData : public ExtensibleItem
|
||||
@@ -664,11 +659,6 @@ struct UserData : public ExtensibleItem
|
||||
int16_t times;
|
||||
|
||||
Anope::string lastline;
|
||||
|
||||
void OnDelete() anope_override
|
||||
{
|
||||
delete this;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user