diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-25 20:03:55 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-25 20:03:55 +0000 |
commit | fa2cdd0bb89330cfd9a6c49c4705da2a3cb02834 (patch) | |
tree | 558ff9feb41839be63b2a58168dc9623ecd3a283 /include/extensible.h | |
parent | 5c05313b6e979968d25a57d04da320a0c1be1b6c (diff) |
Force heap allocation of refcountbase, create usecountbase for non-allocation reference counting
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11978 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/extensible.h')
-rw-r--r-- | include/extensible.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extensible.h b/include/extensible.h index 81859b1c8..487b67408 100644 --- a/include/extensible.h +++ b/include/extensible.h @@ -12,7 +12,7 @@ enum SerializeFormat /** Class represnting an extension of some object */ -class CoreExport ExtensionItem : public refcountbase +class CoreExport ExtensionItem : public usecountbase { public: const std::string key; |