diff options
Diffstat (limited to 'src/help.h')
-rw-r--r-- | src/help.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ namespace SciTECO { class HelpIndex : private RBTreeStringCase, public Object { public: - class Topic : public RBEntryOwnString { + class Topic : public RBTreeStringCase::RBEntryOwnString { public: gchar *filename; tecoInt pos; |