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