summaryrefslogtreecommitdiffstats
path: root/modules/regex/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/regex/regex.h')
-rw-r--r--modules/regex/regex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/regex/regex.h b/modules/regex/regex.h
index 8d31b84773..803aa72b3f 100644
--- a/modules/regex/regex.h
+++ b/modules/regex/regex.h
@@ -78,9 +78,9 @@ public:
};
-class RegEx : public Reference {
+class RegEx : public Resource {
- OBJ_TYPE(RegEx, Reference);
+ OBJ_TYPE(RegEx, Resource);
RegExNode* root;
Vector<Variant> group_names;