1
0
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:
Adam
2013-03-02 21:30:39 -05:00
parent ae4421b8a2
commit 45c02f8e4e
-10
View File
@@ -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;
}
};