summaryrefslogtreecommitdiff
path: root/include/servers.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-08-22 00:34:02 -0400
committerAdam <Adam@anope.org>2010-08-22 00:34:02 -0400
commitada65a3bafd3ae6738a80972cf0d2f31ad19a7ae (patch)
treeafde8d7594adc78beec8feb8090f4a990bd6a56b /include/servers.h
parent8a4c6ae618f767d2a9335da40f507ddccfc77b4b (diff)
Added a classbase for the major classes, makes dynamic_reference invalidation really work.
This also cleans up a bit of the code in the modestacker.
Diffstat (limited to 'include/servers.h')
-rw-r--r--include/servers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/servers.h b/include/servers.h
index cbf017df8..4abe168db 100644
--- a/include/servers.h
+++ b/include/servers.h
@@ -74,7 +74,7 @@ enum ServerFlag
/** Class representing a server
*/
-class CoreExport Server : public Flags<ServerFlag>
+class CoreExport Server : public virtual Base, public Flags<ServerFlag>
{
private:
/* Server name */