summaryrefslogtreecommitdiff
path: root/src/gui/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/color.h')
-rw-r--r--src/gui/color.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/color.h b/src/gui/color.h
index 2fc8573c6..4b8e06eb3 100644
--- a/src/gui/color.h
+++ b/src/gui/color.h
@@ -125,6 +125,8 @@ class Color final
}
+ A_DEFAULT_COPY(Color)
+
/**
* Adds the RGB values of two colors together. The values will be
* clamped if they go out of range.