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/map/map.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/resources/map/map.cpp') diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp index 6070a137b..5cd8affb9 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -77,7 +77,10 @@ class ActorFunctuator final { public: - bool operator()(const Actor *const a, const Actor *const b) const + A_DEFAULT_COPY(ActorFunctuator) + + bool operator()(const Actor *const a, + const Actor *const b) const { if (!a || !b) return false; -- cgit v1.2.3-70-g09d2