summaryrefslogtreecommitdiffstats
path: root/sigscript/GlobalScriptWrapper.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-24 16:18:17 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-24 16:18:17 -0500
commitb28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67 (patch)
tree01971661209ccb6d6844a096a5ea3d39baeabe68 /sigscript/GlobalScriptWrapper.h
parentb6d07f0ca14256a42268e69190891c56bf978bd4 (diff)
downloadsigen-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.h4
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;