From b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 24 Feb 2009 16:18:17 -0500 Subject: Moved SigmodWrapper to GameWrapper --- sigscript/MapWrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigscript/MapWrapper.h') diff --git a/sigscript/MapWrapper.h b/sigscript/MapWrapper.h index 559c4c81..a3b7d172 100644 --- a/sigscript/MapWrapper.h +++ b/sigscript/MapWrapper.h @@ -39,7 +39,7 @@ class SIGSCRIPT_EXPORT MapWrapper : public ObjectWrapper Q_OBJECT public: - static MapWrapper* create(const Sigmod::Map* map, SigmodWrapper* parent); + static MapWrapper* create(const Sigmod::Map* map, GameWrapper* parent); MapEffectWrapper* effect(const int id); MapTileWrapper* tile(const int id); @@ -60,7 +60,7 @@ class SIGSCRIPT_EXPORT MapWrapper : public ObjectWrapper Q_SCRIPTABLE MapWarpWrapper* warp(const QString& name); Q_SCRIPTABLE MapWildListWrapper* wildList(const QString& name); private: - MapWrapper(const Sigmod::Map* map, SigmodWrapper* parent); + MapWrapper(const Sigmod::Map* map, GameWrapper* parent); MapWrapper& operator=(const MapWrapper& rhs); const Sigmod::Map* m_map; -- cgit