summaryrefslogtreecommitdiffstats
path: root/pokescripting/RulesWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/RulesWrapper.h')
-rw-r--r--pokescripting/RulesWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pokescripting/RulesWrapper.h b/pokescripting/RulesWrapper.h
index 56af49a3..a4492022 100644
--- a/pokescripting/RulesWrapper.h
+++ b/pokescripting/RulesWrapper.h
@@ -63,5 +63,6 @@ class POKESCRIPTING_EXPORT RulesWrapper : public ObjectWrapper
const Pokemod::Rules* m_rules;
};
}
+Q_DECLARE_METATYPE(Pokescripting::RulesWrapper*)
#endif