diff options
Diffstat (limited to 'sigscript/ObjectWrapper.h')
| -rw-r--r-- | sigscript/ObjectWrapper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigscript/ObjectWrapper.h b/sigscript/ObjectWrapper.h index bff2ef86..23bd5afd 100644 --- a/sigscript/ObjectWrapper.h +++ b/sigscript/ObjectWrapper.h @@ -34,7 +34,7 @@ class Object; namespace Sigscript { -class SigmodWrapper; +class GameWrapper; class SIGSCRIPT_EXPORT ObjectWrapper : public Config { @@ -52,8 +52,8 @@ class SIGSCRIPT_EXPORT ObjectWrapper : public Config const ObjectWrapper* parent() const; ObjectWrapper* parent(); - const SigmodWrapper* sigmod() const; - SigmodWrapper* sigmod(); + const GameWrapper* game() const; + GameWrapper* game(); protected: static QMap<Signature, ObjectWrapper*> m_instances; private: |
