summaryrefslogtreecommitdiff
path: root/src/gui/rect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/rect.h')
-rw-r--r--src/gui/rect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/rect.h b/src/gui/rect.h
index 303781354..0f72d2b6c 100644
--- a/src/gui/rect.h
+++ b/src/gui/rect.h
@@ -111,6 +111,8 @@ class Rect notfinal
{
}
+ A_DEFAULT_COPY(Rect)
+
Rect &operator=(const Rect &r)
{
x = r.x;