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