summaryrefslogtreecommitdiffstats
path: root/pokescripting/GlobalScriptWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/GlobalScriptWrapper.h')
-rw-r--r--pokescripting/GlobalScriptWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pokescripting/GlobalScriptWrapper.h b/pokescripting/GlobalScriptWrapper.h
index 739cc60b..dd5f3e36 100644
--- a/pokescripting/GlobalScriptWrapper.h
+++ b/pokescripting/GlobalScriptWrapper.h
@@ -42,5 +42,6 @@ class POKESCRIPTING_EXPORT GlobalScriptWrapper : public ObjectWrapper
const Pokemod::GlobalScript* m_globalScript;
};
}
+Q_DECLARE_METATYPE(Pokescripting::GlobalScriptWrapper*)
#endif