diff options
Diffstat (limited to 'qtools/qcollection.h')
-rw-r--r-- | qtools/qcollection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtools/qcollection.h b/qtools/qcollection.h index c7ba00f..a169b7c 100644 --- a/qtools/qcollection.h +++ b/qtools/qcollection.h @@ -66,8 +66,8 @@ protected: bool del_item; // default FALSE - virtual Item newItem( Item ); // create object - virtual void deleteItem( Item ); // delete object + virtual Item newItem( Item ); // create object + virtual void deleteItem( Item ); // delete object }; |