summaryrefslogtreecommitdiffstats
path: root/lib/kformula
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-09-03 17:57:54 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-09-03 17:57:54 +0200
commit0b9e390c01029f4f1a8c0263e532fc1c3faf2b7d (patch)
tree08d92ab43c99c6b557571ab8261588b2968b6c5c /lib/kformula
parenta3814fe7ed9a0e00589137b194a4ebbfec75079b (diff)
downloadkoffice-0b9e390c01029f4f1a8c0263e532fc1c3faf2b7d.tar.gz
koffice-0b9e390c01029f4f1a8c0263e532fc1c3faf2b7d.zip
Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'lib/kformula')
-rw-r--r--lib/kformula/kformuladefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/kformuladefs.h b/lib/kformula/kformuladefs.h
index 930b8be6..d4a3739f 100644
--- a/lib/kformula/kformuladefs.h
+++ b/lib/kformula/kformuladefs.h
@@ -163,7 +163,7 @@ enum TokenElementType {
* The struct used to store static font data.
*/
struct InternFontTable {
- short unicode;
+ unsigned short unicode;
TQChar pos;
CharClass cl;
CharStyle style;