From 533172dc2df60406e2c7f08f36de3742721f8079 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Jan 2017 18:22:25 +0300 Subject: Add missing A_DEFAULT_COPY / A_DELETE_COPY into other files. --- src/units.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/units.cpp') diff --git a/src/units.cpp b/src/units.cpp index ec2a356a9..cc68c7463 100644 --- a/src/units.cpp +++ b/src/units.cpp @@ -33,6 +33,8 @@ struct UnitLevel final { + A_DEFAULT_COPY(UnitLevel) + std::string symbol; int count; int round; @@ -41,6 +43,8 @@ struct UnitLevel final struct UnitDescription final { + A_DEFAULT_COPY(UnitDescription) + std::vector levels; double conversion; bool mix; -- cgit v1.2.3-60-g2f50