summaryrefslogtreecommitdiff
path: root/common/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/message.h')
-rw-r--r--common/message.h2
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();