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/resources/npcdialogmenuinfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/resources/npcdialogmenuinfo.h') diff --git a/src/resources/npcdialogmenuinfo.h b/src/resources/npcdialogmenuinfo.h index a90d1aea0..ba25c51d0 100644 --- a/src/resources/npcdialogmenuinfo.h +++ b/src/resources/npcdialogmenuinfo.h @@ -40,9 +40,9 @@ struct NpcDialogMenuInfo final A_DELETE_COPY(NpcDialogMenuInfo) - std::vector buttons; - std::vector images; - std::vector texts; + STD_VECTOR buttons; + STD_VECTOR images; + STD_VECTOR texts; }; #endif // RESOURCES_NPCDIALOGMENUINFO_H -- cgit v1.2.3-70-g09d2