diff options
Diffstat (limited to 'src/help.h')
-rw-r--r-- | src/help.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -47,6 +47,14 @@ public: } }; + ~HelpIndex() + { + Topic *cur; + + while ((cur = (Topic *)min())) + delete (Topic *)remove(cur); + } + void load(void); Topic *find(const gchar *name); |