diff options
Diffstat (limited to 'sigscript/EggGroupWrapper.cpp')
| -rw-r--r-- | sigscript/EggGroupWrapper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigscript/EggGroupWrapper.cpp b/sigscript/EggGroupWrapper.cpp index 4e19c7ed..3c70c91c 100644 --- a/sigscript/EggGroupWrapper.cpp +++ b/sigscript/EggGroupWrapper.cpp @@ -19,12 +19,12 @@ #include "EggGroupWrapper.h" // Sigscript includes -#include "SigmodWrapper.h" +#include "GameWrapper.h" // Sigmod includes #include <sigmod/EggGroup.h> -Sigscript::EggGroupWrapper* Sigscript::EggGroupWrapper::create(const Sigmod::EggGroup* eggGroup, SigmodWrapper* parent) +Sigscript::EggGroupWrapper* Sigscript::EggGroupWrapper::create(const Sigmod::EggGroup* eggGroup, GameWrapper* parent) { Signature sig = Signature(parent, Subsignature(eggGroup->className(), eggGroup->id())); if (!m_instances.contains(sig)) @@ -32,7 +32,7 @@ Sigscript::EggGroupWrapper* Sigscript::EggGroupWrapper::create(const Sigmod::Egg return qobject_cast<EggGroupWrapper*>(m_instances[sig]); } -Sigscript::EggGroupWrapper::EggGroupWrapper(const Sigmod::EggGroup* eggGroup, SigmodWrapper* parent) : +Sigscript::EggGroupWrapper::EggGroupWrapper(const Sigmod::EggGroup* eggGroup, GameWrapper* parent) : ObjectWrapper(eggGroup, parent), m_eggGroup(eggGroup) { |
