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/StoreWrapper.h | |
| parent | b6d07f0ca14256a42268e69190891c56bf978bd4 (diff) | |
| download | sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.gz sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.tar.xz sigen-b28b0cb3d52336f77b7ad8b313b3d6fd6b7d0e67.zip | |
Moved SigmodWrapper to GameWrapper
Diffstat (limited to 'sigscript/StoreWrapper.h')
| -rw-r--r-- | sigscript/StoreWrapper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigscript/StoreWrapper.h b/sigscript/StoreWrapper.h index f0683d4b..58867801 100644 --- a/sigscript/StoreWrapper.h +++ b/sigscript/StoreWrapper.h @@ -36,12 +36,12 @@ class SIGSCRIPT_EXPORT StoreWrapper : public ObjectWrapper Q_OBJECT public: - static StoreWrapper* create(const Sigmod::Store* store, SigmodWrapper* parent); + static StoreWrapper* create(const Sigmod::Store* store, GameWrapper* parent); Q_SCRIPTABLE QString name() const; Q_SCRIPTABLE QList<ItemWrapper*> items(); private: - StoreWrapper(const Sigmod::Store* store, SigmodWrapper* parent); + StoreWrapper(const Sigmod::Store* store, GameWrapper* parent); StoreWrapper& operator=(const StoreWrapper& rhs); const Sigmod::Store* m_store; |
