summaryrefslogtreecommitdiffstats
path: root/lib
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:58:05 +0200
commit8abf888c7d3f3a277fe04ef97df6185dadd9fa48 (patch)
tree6f66259872aef1e5216e5ca43da2d2b27d83b703 /lib
parent08500cc118c149f1c8364eaf9ab505ace28913fa (diff)
downloadkoffice-8abf888c7d3f3a277fe04ef97df6185dadd9fa48.tar.gz
koffice-8abf888c7d3f3a277fe04ef97df6185dadd9fa48.zip
Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0b9e390c01029f4f1a8c0263e532fc1c3faf2b7d)
Diffstat (limited to 'lib')
-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 930b8be66..d4a3739f8 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;