|
@@ -26,6 +26,7 @@
|
|
|
#include "config_express.h"
|
|
#include "config_express.h"
|
|
|
#include "atomicAdjust.h"
|
|
#include "atomicAdjust.h"
|
|
|
#include "numeric_types.h"
|
|
#include "numeric_types.h"
|
|
|
|
|
+#include "deletedChain.h"
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
@@ -148,6 +149,7 @@ class RefCountObj : public ReferenceCount, public Base {
|
|
|
public:
|
|
public:
|
|
|
INLINE RefCountObj();
|
|
INLINE RefCountObj();
|
|
|
INLINE RefCountObj(const Base ©);
|
|
INLINE RefCountObj(const Base ©);
|
|
|
|
|
+ ALLOC_DELETED_CHAIN(RefCountObj<Base>);
|
|
|
|
|
|
|
|
static TypeHandle get_class_type() {
|
|
static TypeHandle get_class_type() {
|
|
|
return _type_handle;
|
|
return _type_handle;
|