its probably wise (based on failures during stress testing) to use a 32 bit

reference counter in gdd
This commit is contained in:
Jeff Hill
2002-11-25 22:18:20 +00:00
parent 74e7c6eb0e
commit cff2c0d5f8

View File

@@ -498,7 +498,7 @@ protected:
gdd_NEWDEL_DATA // required for using generic new and remove
private:
mutable aitUint16 ref_cnt;
mutable aitUint32 ref_cnt;
aitUint8 flags;
const gdd* indexDD (aitIndex index) const;