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