aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glob.h')
-rw-r--r--src/glob.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glob.h b/src/glob.h
index 1577242..739a191 100644
--- a/src/glob.h
+++ b/src/glob.h
@@ -24,11 +24,12 @@
#include <glib/gstdio.h>
#include "sciteco.h"
+#include "memory.h"
#include "parser.h"
namespace SciTECO {
-class Globber {
+class Globber : public Object {
GFileTest test;
gchar *dirname;
GDir *dir;