summaryrefslogtreecommitdiff
path: root/src/resources/rect/doublerect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/rect/doublerect.h')
-rw-r--r--src/resources/rect/doublerect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/rect/doublerect.h b/src/resources/rect/doublerect.h
index d7c9cf88c..3919cc8e4 100644
--- a/src/resources/rect/doublerect.h
+++ b/src/resources/rect/doublerect.h
@@ -27,6 +27,8 @@
struct DoubleRect final
{
+ A_DEFAULT_COPY(DoubleRect)
+
SDL_Rect src;
SDL_Rect dst;
};