mirror of
https://github.com/anope/anope.git
synced 2026-07-03 18:23:14 +02:00
Use C++11 style class/struct initialisation.
This commit is contained in:
@@ -13,10 +13,6 @@
|
||||
std::map<Anope::string, std::map<Anope::string, Service *> > Service::Services;
|
||||
std::map<Anope::string, std::map<Anope::string, Anope::string> > Service::Aliases;
|
||||
|
||||
Base::Base() : references(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
Base::~Base()
|
||||
{
|
||||
if (this->references != NULL)
|
||||
|
||||
Reference in New Issue
Block a user