summaryrefslogtreecommitdiff
path: root/src/net/ea/itemhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/itemhandler.h')
-rw-r--r--src/net/ea/itemhandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/ea/itemhandler.h b/src/net/ea/itemhandler.h
index 8847090f6..ec45cfba3 100644
--- a/src/net/ea/itemhandler.h
+++ b/src/net/ea/itemhandler.h
@@ -37,11 +37,11 @@ class ItemHandler
virtual ~ItemHandler();
- void processItemVisible(Net::MessageIn &msg);
+ void processItemVisible(Net::MessageIn &msg) const;
- void processItemRemove(Net::MessageIn &msg);
+ void processItemRemove(Net::MessageIn &msg) const;
- void processItemDropped(Net::MessageIn &msg);
+ void processItemDropped(Net::MessageIn &msg) const;
};
} // namespace Ea