summaryrefslogtreecommitdiffstats
path: root/pokescripting/NatureWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/NatureWrapper.h')
-rw-r--r--pokescripting/NatureWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pokescripting/NatureWrapper.h b/pokescripting/NatureWrapper.h
index 9fa71fe6..037a014c 100644
--- a/pokescripting/NatureWrapper.h
+++ b/pokescripting/NatureWrapper.h
@@ -43,5 +43,6 @@ class POKESCRIPTING_EXPORT NatureWrapper : public ObjectWrapper
const Pokemod::Nature* m_nature;
};
}
+Q_DECLARE_METATYPE(Pokescripting::NatureWrapper*)
#endif