src/core/object.h
changeset 1374 77468496f7e0
parent 1371 bebf690257c9
child 1380 799617173a45
--- a/src/core/object.h	Tue Aug 28 11:20:55 2007 +0200
+++ b/src/core/object.h	Tue Aug 28 11:21:42 2007 +0200
@@ -170,6 +170,7 @@
   mutable uint32_t m_count;
   InterfaceId m_iid;
   bool m_disposed;
+  bool m_collecting;
   Object *m_next;
 };