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/AuthorWrapper.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sigscript/AuthorWrapper.cpp') 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 -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(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) { -- cgit