aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/help.h b/src/help.h
index 55fb2ee..85c2384 100644
--- a/src/help.h
+++ b/src/help.h
@@ -24,13 +24,14 @@
#include <glib/gprintf.h>
#include "sciteco.h"
+#include "memory.h"
#include "parser.h"
#include "undo.h"
#include "rbtree.h"
namespace SciTECO {
-class HelpIndex : private RBTreeStringCase {
+class HelpIndex : private RBTreeStringCase, public Object {
public:
class Topic : public RBEntryOwnString {
public: