diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-24 16:18:17 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-24 16:18:17 -0500 |
| commit | b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67 (patch) | |
| tree | 01971661209ccb6d6844a096a5ea3d39baeabe68 /sigscript/GlobalScriptWrapper.h | |
| parent | b6d07f0ca14256a42268e69190891c56bf978bd4 (diff) | |
| download | sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.gz sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.xz sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.zip | |
Moved SigmodWrapper to GameWrapper
Diffstat (limited to 'sigscript/GlobalScriptWrapper.h')
| -rw-r--r-- | sigscript/GlobalScriptWrapper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigscript/GlobalScriptWrapper.h b/sigscript/GlobalScriptWrapper.h index 55df12e7..65630cfe 100644 --- a/sigscript/GlobalScriptWrapper.h +++ b/sigscript/GlobalScriptWrapper.h @@ -37,12 +37,12 @@ class SIGSCRIPT_EXPORT GlobalScriptWrapper : public ObjectWrapper Q_OBJECT public: - static GlobalScriptWrapper* create(const Sigmod::GlobalScript* globalScript, SigmodWrapper* parent); + static GlobalScriptWrapper* create(const Sigmod::GlobalScript* globalScript, GameWrapper* parent); Q_SCRIPTABLE QString name() const; Q_SCRIPTABLE Sigcore::Script script() const; private: - GlobalScriptWrapper(const Sigmod::GlobalScript* globalScript, SigmodWrapper* parent); + GlobalScriptWrapper(const Sigmod::GlobalScript* globalScript, GameWrapper* parent); GlobalScriptWrapper& operator=(const GlobalScriptWrapper& rhs); const Sigmod::GlobalScript* m_globalScript; |
