From a61ac4664d55cddb18d2d861e76629bd07676129 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Feb 2016 22:44:39 +0300 Subject: Add some missing const. --- src/net/buyingstorehandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/buyingstorehandler.h') diff --git a/src/net/buyingstorehandler.h b/src/net/buyingstorehandler.h index 0c5cc7c5c..3d994b2bc 100644 --- a/src/net/buyingstorehandler.h +++ b/src/net/buyingstorehandler.h @@ -46,7 +46,7 @@ class BuyingStoreHandler notfinal virtual void create(const std::string &name, const int maxMoney, const bool flag, - std::vector &items) const = 0; + const std::vector &items) const = 0; virtual void close() const = 0; -- cgit v1.2.3-60-g2f50