diff options
author | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-02-08 18:36:07 (GMT) |
---|---|---|
committer | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-02-08 18:36:07 (GMT) |
commit | 6e9c313b87a0daa86ca108e93d67fc4c9e5bec68 (patch) | |
tree | 918babf3afc522698cc5ff63bd28ff5f8897964a /src/htmlhelp.cpp | |
parent | 5620fa248663fa5ee8b2d8a26d773df60c2a4994 (diff) | |
download | Doxygen-6e9c313b87a0daa86ca108e93d67fc4c9e5bec68.zip Doxygen-6e9c313b87a0daa86ca108e93d67fc4c9e5bec68.tar.gz Doxygen-6e9c313b87a0daa86ca108e93d67fc4c9e5bec68.tar.bz2 |
mods for doxygen-1.0.0
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r-- | src/htmlhelp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp index b1aed98..c95fe35 100644 --- a/src/htmlhelp.cpp +++ b/src/htmlhelp.cpp @@ -43,6 +43,7 @@ class IndexFieldList : public QList<IndexField> { return stricmp(((IndexField *)item1)->name,((IndexField *)item2)->name); } + ~IndexFieldList() {} }; class IndexFieldListIterator : public QListIterator<IndexField> @@ -56,6 +57,7 @@ class IndexFieldDict : public QDict<IndexField> { public: IndexFieldDict(int size) : QDict<IndexField>(size) {} + ~IndexFieldDict() {} }; /*! A helper class for HtmlHelp that manages a two level index in |