diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/message.h b/common/message.h index bd68efe..6b2744d 100644 --- a/common/message.h +++ b/common/message.h @@ -107,7 +107,7 @@ namespace Message { class GameStart : public BoostBase { public: - typedef boost::shared_ptr<LoginResponse> p; + typedef boost::shared_ptr<GameStart> p; GameStart(); |