diff options
Diffstat (limited to 'src/gui/fonts/textchunksmall.h')
-rw-r--r-- | src/gui/fonts/textchunksmall.h | 2 |
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); |