diff options
Diffstat (limited to 'doc/html/tqptrcollection-h.html')
-rw-r--r-- | doc/html/tqptrcollection-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqptrcollection-h.html b/doc/html/tqptrcollection-h.html index dc2f3795a..3f3c622f6 100644 --- a/doc/html/tqptrcollection-h.html +++ b/doc/html/tqptrcollection-h.html @@ -96,11 +96,11 @@ public: typedef void *Item; // generic collection item protected: - TQPtrCollection() { del_item = FALSE; } // no deletion of objects - TQPtrCollection(const TQPtrCollection &) { del_item = FALSE; } + TQPtrCollection() { del_item = false; } // no deletion of objects + TQPtrCollection(const TQPtrCollection &) { del_item = false; } virtual ~TQPtrCollection() {} - bool del_item; // default FALSE + bool del_item; // default false virtual Item newItem( Item ); // create object virtual void deleteItem( Item ) = 0; // delete object |