WaE: implicit conversion from bool to 'short'

Change-Id: Ibb8bef1b7a0d00b6b757966c0b8210dd6e03db0c
This commit is contained in:
Tor Lillqvist
2014-05-11 09:03:44 +03:00
parent 9a57fe1af0
commit be44f0e91b

View File

@@ -40,8 +40,8 @@ static bool HWPReadInfoBlock(void *ptr, int len, HWPFile & hwpf)
HWPInfo::HWPInfo() HWPInfo::HWPInfo()
: cur_col(0) : cur_col(0)
, cur_row(0) , cur_row(0)
, readonly(false) , readonly(0)
, encrypted(false) , encrypted(0)
, beginpagenum(0) , beginpagenum(0)
, beginfnnum(0) , beginfnnum(0)
, countfn(0) , countfn(0)