diff options
Diffstat (limited to 'sigencore/Client.h')
-rw-r--r-- | sigencore/Client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigencore/Client.h b/sigencore/Client.h index 9ec0fc30..5074ec01 100644 --- a/sigencore/Client.h +++ b/sigencore/Client.h @@ -27,7 +27,7 @@ // Forward declarations namespace Sigscript { -class SigmodWrapper; +class GameWrapper; } namespace Sigencore @@ -56,10 +56,10 @@ class SIGENCORE_EXPORT Client : public Sigscript::Config // // void timeout(); protected: - Client(Sigscript::SigmodWrapper* sigmod, Sigscript::Config* parent); + Client(Sigscript::GameWrapper* game, Sigscript::Config* parent); virtual ~Client(); - Sigscript::SigmodWrapper* m_sigmod; + Sigscript::GameWrapper* m_game; Arena* m_arena; protected slots: private: |