From 311c175f3184103950c72bc5c775174597430b83 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 14 Jul 2017 01:31:22 +0300 Subject: Replace std::vector into macro STD_VECTOR. In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. --- src/net/tmwa/npchandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa/npchandler.h') diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h index 714bcbd65..5f413012f 100644 --- a/src/net/tmwa/npchandler.h +++ b/src/net/tmwa/npchandler.h @@ -61,14 +61,14 @@ class NpcHandler final : public Ea::NpcHandler const ItemColor color, const int amount) const override final; - void buyItems(std::vector &items) const override final + void buyItems(STD_VECTOR &items) const override final A_CONST; void sellItem(const BeingId beingId, const int itemId, const int amount) const override final; - void sellItems(std::vector &items) const override final + void sellItems(STD_VECTOR &items) const override final A_CONST; void completeProgressBar() const override final A_CONST; -- cgit v1.2.3-70-g09d2