diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 16:21:19 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 16:21:19 +0000 |
commit | 2da462ba97775dba23c550383ce269cd7291f39e (patch) | |
tree | 4aaa608fdfc8a4ee331f63ae07dfe31fec425614 /include/users.h | |
parent | c968d32ee2570650cd8430a9dbd5375bcfdd26b5 (diff) |
Add Extensible class, which we will use for metadata, derive class User from it as a compile test.
Thanks to Insp for this code.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1699 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 185100f4d..db0d42818 100644 --- a/include/users.h +++ b/include/users.h @@ -20,7 +20,7 @@ struct u_chaninfolist { }; /* Online user and channel data. */ -class User +class User : public Extensible { public: // XXX: exposing a tiny bit too much User *next, *prev; |