From 8717bae5f4a141911ba58b34b6ac630780e089ed Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 6 Sep 2016 14:24:41 +0200 Subject: Fix another crash in the font renderer. --- plugingui/font.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugingui/font.h') diff --git a/plugingui/font.h b/plugingui/font.h index e18f1bd..84e1f63 100644 --- a/plugingui/font.h +++ b/plugingui/font.h @@ -51,8 +51,8 @@ private: class Character { public: - int offset{0}; - size_t width{0}; + std::size_t offset{0}; + std::size_t width{0}; int pre_bias{0}; int post_bias{0}; }; -- cgit v1.2.3