From 0f64a06317df182ab0ff4a0ae9fbe1aad880dcc0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 17 Jan 2017 18:21:23 +0300 Subject: Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources. --- src/resources/effectdescription.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/resources/effectdescription.h') diff --git a/src/resources/effectdescription.h b/src/resources/effectdescription.h index 17765d114..f5d57d552 100644 --- a/src/resources/effectdescription.h +++ b/src/resources/effectdescription.h @@ -29,14 +29,17 @@ struct EffectDescription final { - EffectDescription(const int id0, const std::string &gfx0, + EffectDescription(const int id0, + const std::string &gfx0, const std::string &sfx0, const std::string &sprite0) : id(id0), gfx(gfx0), sfx(sfx0), sprite(sprite0) - { } + { } + + A_DEFAULT_COPY(EffectDescription) int id; std::string gfx; -- cgit v1.2.3-70-g09d2