summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-02-08 18:36:07 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-02-08 18:36:07 (GMT)
commit19119105076ca1b361b11b49df61050879c1e054 (patch)
tree918babf3afc522698cc5ff63bd28ff5f8897964a /src/htmlhelp.cpp
parentea50604595d368f3b9a63a3dbfe55d984986abb0 (diff)
downloadDoxygen-19119105076ca1b361b11b49df61050879c1e054.zip
Doxygen-19119105076ca1b361b11b49df61050879c1e054.tar.gz
Doxygen-19119105076ca1b361b11b49df61050879c1e054.tar.bz2
mods for doxygen-1.0.0
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r--src/htmlhelp.cpp2
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