summaryrefslogtreecommitdiffstats
path: root/qtools/qcollection.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-12-03 19:13:07 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-12-03 19:13:07 (GMT)
commitfe67b8eb68129713327965c201f2d7226b83202f (patch)
tree485fb83c5a301dd4b0edb3c534b1f31eeb08ab1f /qtools/qcollection.h
parenta30c2e3c5ea41ae1947e9893c82ed8c8b6d7c5a2 (diff)
downloadDoxygen-fe67b8eb68129713327965c201f2d7226b83202f.zip
Doxygen-fe67b8eb68129713327965c201f2d7226b83202f.tar.gz
Doxygen-fe67b8eb68129713327965c201f2d7226b83202f.tar.bz2
Release-1.2.3-20001203
Diffstat (limited to 'qtools/qcollection.h')
-rw-r--r--qtools/qcollection.h4
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
};