mirror of
https://github.com/anope/anope.git
synced 2026-06-28 23:06:39 +02:00
Fixed crash on shutdown & a compiler warning
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
std::vector<Anope::string> SerializeType::type_order;
|
||||
Anope::map<SerializeType *> SerializeType::types;
|
||||
std::list<Serializable *> Serializable::serizliable_items;
|
||||
std::list<Serializable *> *Serializable::serizliable_items;
|
||||
|
||||
void RegisterTypes()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user