summaryrefslogtreecommitdiffstats
path: root/sigscript/WeatherWrapper.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/WeatherWrapper.h
parentb6d07f0ca14256a42268e69190891c56bf978bd4 (diff)
downloadsigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.gz
sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.xz
sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.zip
Moved SigmodWrapper to GameWrapper
Diffstat (limited to 'sigscript/WeatherWrapper.h')
-rw-r--r--sigscript/WeatherWrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigscript/WeatherWrapper.h b/sigscript/WeatherWrapper.h
index 2fd9a571..6e6a3ba7 100644
--- a/sigscript/WeatherWrapper.h
+++ b/sigscript/WeatherWrapper.h
@@ -37,12 +37,12 @@ class SIGSCRIPT_EXPORT WeatherWrapper : public ObjectWrapper
Q_OBJECT
public:
- static WeatherWrapper* create(const Sigmod::Weather* weather, SigmodWrapper* parent);
+ static WeatherWrapper* create(const Sigmod::Weather* weather, GameWrapper* parent);
Q_SCRIPTABLE QString name() const;
Q_SCRIPTABLE Sigcore::Script script() const;
private:
- WeatherWrapper(const Sigmod::Weather* weather, SigmodWrapper* parent);
+ WeatherWrapper(const Sigmod::Weather* weather, GameWrapper* parent);
WeatherWrapper& operator=(const WeatherWrapper& rhs);
const Sigmod::Weather* m_weather;