From be44f0e91b6061f6bbe6b4da2f264eed70fb6542 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 11 May 2014 09:03:44 +0300 Subject: [PATCH] WaE: implicit conversion from bool to 'short' Change-Id: Ibb8bef1b7a0d00b6b757966c0b8210dd6e03db0c --- hwpfilter/source/hinfo.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwpfilter/source/hinfo.cxx b/hwpfilter/source/hinfo.cxx index 0068cf6ebbbc..98f66a5028b1 100644 --- a/hwpfilter/source/hinfo.cxx +++ b/hwpfilter/source/hinfo.cxx @@ -40,8 +40,8 @@ static bool HWPReadInfoBlock(void *ptr, int len, HWPFile & hwpf) HWPInfo::HWPInfo() : cur_col(0) , cur_row(0) - , readonly(false) - , encrypted(false) + , readonly(0) + , encrypted(0) , beginpagenum(0) , beginfnnum(0) , countfn(0)