summaryrefslogtreecommitdiffstats
path: root/pokescripting/MapWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokescripting/MapWrapper.h')
-rw-r--r--pokescripting/MapWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pokescripting/MapWrapper.h b/pokescripting/MapWrapper.h
index 71b55270..518f614b 100644
--- a/pokescripting/MapWrapper.h
+++ b/pokescripting/MapWrapper.h
@@ -62,5 +62,6 @@ class POKESCRIPTING_EXPORT MapWrapper : public ObjectWrapper
const Pokemod::Map* m_map;
};
}
+Q_DECLARE_METATYPE(Pokescripting::MapWrapper*)
#endif