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