summaryrefslogtreecommitdiff
path: root/src/gui/colorpair.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/colorpair.h')
-rw-r--r--src/gui/colorpair.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/colorpair.h b/src/gui/colorpair.h
index d4ef13656..f3089868e 100644
--- a/src/gui/colorpair.h
+++ b/src/gui/colorpair.h
@@ -34,6 +34,8 @@ struct ColorPair final
{
}
+ A_DEFAULT_COPY(ColorPair)
+
const Color *color1;
const Color *color2;
};