summaryrefslogtreecommitdiff
path: root/src/gui/fonts/textchunksmall.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-24 18:26:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-24 18:26:52 +0300
commit67ee3168a45ea09a863de5be2e0a94cf1afbe6dc (patch)
treeaa33639f3e70f81444b893bbbb99ab78f6beb2d6 /src/gui/fonts/textchunksmall.h
parenta602d5c2460b197866028cfb3d2aa2b7b3aea80c (diff)
downloadManaVerse-67ee3168a45ea09a863de5be2e0a94cf1afbe6dc.tar.gz
ManaVerse-67ee3168a45ea09a863de5be2e0a94cf1afbe6dc.tar.bz2
ManaVerse-67ee3168a45ea09a863de5be2e0a94cf1afbe6dc.tar.xz
ManaVerse-67ee3168a45ea09a863de5be2e0a94cf1afbe6dc.zip
Fix compilation with clang.
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;