summaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-12-13 06:12:56 -0500
committerAdam <Adam@anope.org>2012-12-13 06:12:56 -0500
commitc1077faa281c5635f85b892e605e23bd6c8fcc3b (patch)
tree213b5f87a19f182e1efd6110f03ff10d5b10ebf6 /include/base.h
parent76ba147c22944b67e8522cd2bb7b6e1bae498ced (diff)
Optimize much of the database code and serialize code.
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/base.h b/include/base.h
index 178bb1937..6fb974ec4 100644
--- a/include/base.h
+++ b/include/base.h
@@ -17,7 +17,7 @@
class CoreExport Base
{
/* References to this base class */
- std::set<ReferenceBase *> references;
+ std::set<ReferenceBase *> *references;
public:
Base();
virtual ~Base();