summaryrefslogtreecommitdiff
path: root/src/base.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-11-15 16:16:38 -0500
committerAdam <Adam@anope.org>2011-11-15 16:16:38 -0500
commit9ed203c0cb137997241e3094a9430ef593d2b1f0 (patch)
tree1ee0048651e3754124639afe29608c491d5d6b35 /src/base.cpp
parentb5ff856f47d8e54d12c568462a06351633c29610 (diff)
Fixed crash on shutdown & a compiler warning
Diffstat (limited to 'src/base.cpp')
-rw-r--r--src/base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base.cpp b/src/base.cpp
index 08d5c6e63..98734d34d 100644
--- a/src/base.cpp
+++ b/src/base.cpp
@@ -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()
{