diff options
Diffstat (limited to 'src/help.h')
-rw-r--r-- | src/help.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ public: { Topic *cur; - while ((cur = (Topic *)min())) + while ((cur = (Topic *)root())) delete (Topic *)remove(cur); } |