summaryrefslogtreecommitdiff
path: root/src/gui/fonts
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/fonts')
-rw-r--r--src/gui/fonts/textchunksmall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/fonts/textchunksmall.h b/src/gui/fonts/textchunksmall.h
index 486437247..0896c3591 100644
--- a/src/gui/fonts/textchunksmall.h
+++ b/src/gui/fonts/textchunksmall.h
@@ -30,6 +30,8 @@
class TextChunkSmall final
{
public:
+ A_DEFAULT_COPY(TextChunkSmall)
+
TextChunkSmall(const std::string &restrict text0,
const Color &restrict color0,
const Color &restrict color1);