summaryrefslogtreecommitdiff
path: root/src/net/itemhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/itemhandler.h')
-rw-r--r--src/net/itemhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/itemhandler.h b/src/net/itemhandler.h
index 0cb3b42a..12057bb1 100644
--- a/src/net/itemhandler.h
+++ b/src/net/itemhandler.h
@@ -29,7 +29,7 @@ class ItemHandler : public MessageHandler
public:
ItemHandler();
- void handleMessage(MessageIn *msg);
+ void handleMessage(MessageIn &msg);
};
#endif