summaryrefslogtreecommitdiff
path: root/src/net/maploginhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/maploginhandler.h')
-rw-r--r--src/net/maploginhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/maploginhandler.h b/src/net/maploginhandler.h
index fe597549..3f779753 100644
--- a/src/net/maploginhandler.h
+++ b/src/net/maploginhandler.h
@@ -31,7 +31,7 @@ class MapLoginHandler : public MessageHandler
public:
MapLoginHandler();
- void handleMessage(MessageIn *msg);
+ void handleMessage(MessageIn &msg);
};
#endif