1
0
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:
Adam
2011-11-15 16:16:38 -05:00
parent b5ff856f47
commit 9ed203c0cb
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -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()
{