summaryrefslogtreecommitdiff
path: root/src/gui/fonts/textchunksmall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/fonts/textchunksmall.h')
-rw-r--r--src/gui/fonts/textchunksmall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/fonts/textchunksmall.h b/src/gui/fonts/textchunksmall.h
index cf0277547..73e4b96d3 100644
--- a/src/gui/fonts/textchunksmall.h
+++ b/src/gui/fonts/textchunksmall.h
@@ -36,8 +36,8 @@ class TextChunkSmall final
TextChunkSmall(const TextChunkSmall &restrict old);
- bool operator==(const TextChunkSmall &restrict chunk) const restrict;
- bool operator<(const TextChunkSmall &restrict chunk) const restrict;
+ bool operator==(const TextChunkSmall &restrict chunk) const restrict2;
+ bool operator<(const TextChunkSmall &restrict chunk) const restrict2;
std::string text;
Color color;