Kaydet (Commit) be44f0e9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion from bool to 'short'

Change-Id: Ibb8bef1b7a0d00b6b757966c0b8210dd6e03db0c
üst 9a57fe1a
...@@ -40,8 +40,8 @@ static bool HWPReadInfoBlock(void *ptr, int len, HWPFile & hwpf) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment