diff options
Diffstat (limited to 'src/gui/fonts/textchunksmall.h')
-rw-r--r-- | src/gui/fonts/textchunksmall.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/fonts/textchunksmall.h b/src/gui/fonts/textchunksmall.h index 75c4e6dd7..64a265da4 100644 --- a/src/gui/fonts/textchunksmall.h +++ b/src/gui/fonts/textchunksmall.h @@ -38,7 +38,8 @@ class TextChunkSmall final bool operator==(const TextChunkSmall &restrict chunk) const restrict2; bool operator<(const TextChunkSmall &restrict chunk) const restrict2; - void operator=(const TextChunkSmall &restrict chunk) restrict2; + TextChunkSmall &operator=(const TextChunkSmall &restrict chunk) + restrict2; std::string text; Color color; Color color2; |